Add proper selection modes and word jumping

This commit is contained in:
2025-12-13 20:43:04 +00:00
parent 5153770ee9
commit 628000f851
8 changed files with 317 additions and 47 deletions

View File

@@ -156,8 +156,8 @@ KeyEvent read_key() {
pos = 2;
ret.special_modifier = 0;
} else {
pos = 4;
switch (buf[3]) {
pos = 5;
switch (buf[4]) {
case '2':
ret.special_modifier = SHIFT;
break;