Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created May 25, 2014 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saitoha/ae475a767f8934c34b93 to your computer and use it in GitHub Desktop.
Save saitoha/ae475a767f8934c34b93 to your computer and use it in GitHub Desktop.
xterm patch #304: Fix duplicated attribute of DA1 response
--- 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