Created
May 25, 2014 13:12
-
-
Save saitoha/ae475a767f8934c34b93 to your computer and use it in GitHub Desktop.
xterm patch #304: Fix duplicated attribute of DA1 response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- charproc.c 2014-05-25 22:10:32.000000000 +0900 | |
+++ charproc.c 2014-05-25 22:10:35.000000000 +0900 | |
@@ -2646,7 +2646,6 @@ | |
reply.a_param[count++] = 3; /* ReGIS graphics */ | |
} | |
#endif | |
- reply.a_param[count++] = 6; /* selective-erase */ | |
#if OPT_SIXEL_GRAPHICS | |
if (screen->terminal_id == 240 || | |
screen->terminal_id == 241 || |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment