mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-28 14:20:01 +03:00
avoid spurious bad escape sequence
This commit is contained in:
parent
f149974c09
commit
ad8ff20a84
1 changed files with 1 additions and 1 deletions
|
@ -3198,7 +3198,7 @@ URXVT (1015)
|
||||||
/* Extensions */
|
/* Extensions */
|
||||||
if(arg < 65536 + 65535)
|
if(arg < 65536 + 65535)
|
||||||
hyperlinkActive = false;
|
hyperlinkActive = false;
|
||||||
}
|
} else
|
||||||
switch(arg) {
|
switch(arg) {
|
||||||
case 1:
|
case 1:
|
||||||
// normal cursor keys
|
// normal cursor keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue