Added another traditional control sequence. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1cbdf994a91e945059b478cdd85ec5841e52c846
(DIR) parent 3bb9c772e644cbd80672749b334c7a40cbb8e894
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Tue, 13 Sep 2016 11:14:26 -0500
Added another traditional control sequence.
Diffstat:
samterm/samrc.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/samterm/samrc.c b/samterm/samrc.c
@@ -159,6 +159,7 @@ static Defaultbinding defaultbindings[] ={
{0, XK_hyphen, Kraw, '-'},
/* Support traditional control sequences. */
+ {ControlMask, XK_bracketleft, Kcommand, Cescape},
{ControlMask, XK_h, Kcommand, Cdel},
{ControlMask, XK_i, Kcommand, Ctab},
{ControlMask, XK_j, Kraw, '\n'},