config.h: add another del key (in linux console) - sob - simple output bar
 (HTM) git clone git://git.codemadness.org/sob
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 34be376a9445ac7283268a5cdd7c07dee65e576d
 (DIR) parent 7afed68f4206f4ec42a64635120162970a38a11a
 (HTM) 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:
         M config.def.h                        |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) 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 },