Support more keystrokes in DECCKM mode

This commit is contained in:
Justine Tunney 2024-09-09 19:41:11 -07:00
parent 95fee8614d
commit 58d252f3db
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 31 additions and 28 deletions

View file

@ -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;