sob

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

commit fe1be9488f907f205711eda02c47a5b9aab08fd2
parent fb069221b7b7433cbccc6144388d7f5c3179a44a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 26 Oct 2014 12:31:01 +0000

config: ctrl-c is special-case, dont define it in config

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

diff --git a/config.def.h b/config.def.h @@ -73,7 +73,6 @@ 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 },