diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-30 11:52:25 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-30 11:52:25 -0500 |
commit | a61d90c32d4d6448148894872ebd91eb8f10fc2e (patch) | |
tree | 44d24f9b86064ba6ff706e4700865ebea65521a2 /main.c | |
parent | 55fd631d86769e719f81206901bc1c3fb598fb5e (diff) |
warn when closing tab with unsaved changes
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,9 +47,9 @@ no_warn_end #include "ted.c" #include "ui.c" #include "node.c" +#include "menu.c" #include "command.c" #include "config.c" -#include "menu.c" static void die(char const *fmt, ...) { char buf[256] = {0}; |