Added another traditional control sequence. - sam - An updated version of the s… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 1cbdf994a91e945059b478cdd85ec5841e52c846 | |
parent 3bb9c772e644cbd80672749b334c7a40cbb8e894 | |
Author: Rob King <[email protected]> | |
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(-) | |
--- | |
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'}, |