Make sure to leave selection intact on jump. - sam - An updated version of the … | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit e0389c6b45e06408954dab63136adddab61bcfb3 | |
parent cdbbacde6219043d99347b0cc1493da8be916d76 | |
Author: Rob King <[email protected]> | |
Date: Sun, 1 May 2016 01:45:06 -0500 | |
Make sure to leave selection intact on jump. | |
Diffstat: | |
samterm/main.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/samterm/main.c b/samterm/main.c | |
@@ -488,7 +488,7 @@ type(Flayer *l, int res) /* what a bloody mess this … | |
int pc = qpeekc(); | |
scrollkey = pc==SCROLLKEY; /* ICK */ | |
upkey = pc == UPKEY; | |
- movekey = (pc == CHARLEFT || pc == CHARRIGHT || pc == LINEUP |… | |
+ movekey = (pc == CHARLEFT || pc == CHARRIGHT || pc == LINEUP |… | |
} | |
if(lock || t->lock){ |