sob

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

commit 34be376a9445ac7283268a5cdd7c07dee65e576d
parent 7afed68f4206f4ec42a64635120162970a38a11a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 12 Oct 2014 22:00:26 +0000

config.h: add another del key (in linux console)

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

diff --git a/config.def.h b/config.def.h @@ -61,6 +61,8 @@ static struct keybind { { { KEY_CTRL_RIGHT }, line_cursor_wordnext }, { { CONTROL('W') }, line_delwordprev }, { { CONTROL('H') }, line_delcharprev }, + { { 127 }, line_delcharprev }, + { { '\b' }, line_delcharprev }, { { CONTROL('U') }, line_clear }, { { CONTROL('K') }, line_deltoend }, { { KEY_DC }, line_delcharnext },