sob

Simple output bar
git clone https://git.sinitax.com/codemadness/sob
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 874a6329096155b854a387dcc1a5d73f738cdff0
parent 737f0d5f6529ce15b4064b05b0b1aba2b928a3ab
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 24 Oct 2014 21:40:51 +0000

config: c-c is exit

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -73,6 +73,7 @@ static struct keybind { { { '\n' }, line_newline }, { { CONTROL('Y') }, line_yank }, { { CONTROL('D') }, line_exit }, + { { CONTROL('C') }, line_exit }, { { CONTROL('E') }, line_deltoend }, { { KEY_UP }, history_menu }, { { KEY_CSI_UP }, history_menu },