From: Roberto E. Vargas Caballero Date: Sun, 25 Nov 2012 21:13:29 +0000 (+0100) Subject: Add support for End key X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/d5994b43ca78196b81ea276d7acb5ef2d4a671f7?ds=sidebyside;hp=d5994b43ca78196b81ea276d7acb5ef2d4a671f7 Add support for End key - Shift + End : Delete until end of line. - Control + End : Delete until end of screen. When the End key is pressed without any modifier is not generated the correct sequence for it (going to the end of the screen), because the size of the terminal is not known, so it is not possible write a sequence for this purpouse. --- config.def.h | 10 ++++++++-- st.info | 2 ++ 2 files changed, 10 insertions(+), 2 deletions(-) ---