Browse Source

WIP

master
anon 2 months ago
parent
commit
620f830d1d
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      source/tui.cpp

+ 6
- 0
source/tui.cpp View File

@@ -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);


Loading…
Cancel
Save