JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Update kdch1 definition to three octal digits.
authorJohannes Postma <jgmpostma@gmail.com>
Thu, 5 Mar 2015 15:52:51 +0000 (15:52 +0000)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sat, 7 Mar 2015 18:21:19 +0000 (18:21 +0000)
commit487bbb24d02190efa3d18093cadfa376f816d7fa
tree1cea664e3b668fb36c338a92d682491ed4289de5
parent29619a1a35175fd79a743ed006af405ea586a0fd
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.
st.info