JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add support for Supr key
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 25 Nov 2012 21:13:24 +0000 (22:13 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 25 Nov 2012 21:13:24 +0000 (22:13 +0100)
commit7c34ff1703381c4d0c2ea602ddd607597bd32ad5
treeb23abcc9e23a9d7817c96ca08381ab19c991f1b5
parent3c99be68e8d3c4d67b2db54b8650bf55d769b98e
Add support for Supr key

    Del : Delete character under cursor.
    Shift + Del : Delete the line under cursor.
    Ctrl + Del: Delete the full screen.
---
 config.def.h |   16 ++++++++++++----
 st.info      |    2 ++
 2 files changed, 14 insertions(+), 4 deletions(-)
config.def.h
st.info