Quit on ^D in screen UI - sacc - sacc(omys), simple console gopher client
(HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit 0bf69cbd39eed396d51cf2d0e931271ef8234032
(DIR) parent 27cb63c816b91708b4c4650709490b14cd5ac59e
(HTM) Author: Quentin Rameau <quinq@fifth.space>
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(-)
---
(DIR) 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;