mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Support more keystrokes in DECCKM mode
This commit is contained in:
parent
95fee8614d
commit
58d252f3db
2 changed files with 31 additions and 28 deletions
|
@ -161,6 +161,10 @@ void OnSignalThatWillEintrRead(int sig) {
|
|||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
// // emacs sends this to enable decckm mode
|
||||
// WRITE(1, "\e[?1049h\e[22;0;0t\e[?12;25h\e[?1h\e=");
|
||||
|
||||
int e, c, y, x, n, yn, xn;
|
||||
infd = 0;
|
||||
outfd = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue