mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
just some info
This commit is contained in:
parent
16d05187a3
commit
c1da994df4
2 changed files with 11 additions and 0 deletions
|
@ -2627,6 +2627,15 @@ P s = 2 3 ; 2 → Restore xterm window title from stack.
|
|||
attentionDemanded = true;
|
||||
demandAttention();
|
||||
break;
|
||||
/+
|
||||
// this might reduce flickering but would it really? idk.
|
||||
case "5002":
|
||||
// disable redraw
|
||||
break;
|
||||
case "5003":
|
||||
// re-enable redraw, force it now.
|
||||
break;
|
||||
+/
|
||||
default:
|
||||
unknownEscapeSequence("" ~ cast(char) esc[1]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue