From: Johannes Postma Date: Thu, 5 Mar 2015 15:52:51 +0000 (+0000) Subject: Update kdch1 definition to three octal digits. X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/487bbb24d02190efa3d18093cadfa376f816d7fa?ds=sidebyside;hp=487bbb24d02190efa3d18093cadfa376f816d7fa Update kdch1 definition to three octal digits. ncurses wasn't able to detect the delete-character key as KEY_DC. This patch fixes that. kdch1 was defined as "\0177", but terminfo(5) states: ... characters may be given as three octal digits after a \. The delete-character key is correctly defined in config.def.h. ---