diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 17:38:16 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 17:38:16 -0500 |
commit | 00b639118e32c7e65a402ddf70a57d0238b5abe1 (patch) | |
tree | 2eb42a40dbcd68337842b75afaa092cb0e41f603 /ted.c | |
parent | 64bfab15c19ef0e0055b7b80b315a872b8946ce4 (diff) |
fix restore session if no active buffer on close
also more command selector
Diffstat (limited to 'ted.c')
-rw-r--r-- | ted.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ static void menu_open(Ted *ted, Menu menu); static void find_update(Ted *ted, bool force); +static Command command_from_str(char const *str); // this is a macro so we get -Wformat warnings #define ted_seterr(ted, ...) \ |