anon hace 2 meses
padre
commit
620f830d1d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      source/tui.cpp

+ 6
- 0
source/tui.cpp Ver fichero

@@ -4,6 +4,12 @@
#include <ncurses.h>

#include "config.hpp"
#include "db.hpp"

static
char * render_entry(const Entry * const entry, const char * const format) {
return NULL;
}

signed tui_main(int argc, char * * argv) {
read_config(NULL);


Cargando…
Cancelar
Guardar