Quit on ^D in screen UI - sacc - sacc(omys), simple console gopher client | |
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 0bf69cbd39eed396d51cf2d0e931271ef8234032 | |
parent 27cb63c816b91708b4c4650709490b14cd5ac59e | |
Author: Quentin Rameau | |
Date: Sun, 25 Feb 2018 18:41:48 +0100 Quit on ^D in screen UI Diffstat: M ui_ti.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- | |
diff --git a/ui_ti.c b/ui_ti.c | |
@@ -528,6 +528,7 @@ uiselectitem(Item *entry) case _key_searchprev: searchinline(searchstr, entry, -1); continue; + case 0x04: case _key_quit: quit: return NULL; |