Skip to content

Instantly share code, notes, and snippets.

@ttdoda
Created December 3, 2015 05:43
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 ttdoda/6214311f612011a7ed4a to your computer and use it in GitHub Desktop.
Save ttdoda/6214311f612011a7ed4a to your computer and use it in GitHub Desktop.
xtermのDECRQSSのバグ修正
--- misc.c.orig 2015-08-19 09:54:21.000000000 +0900
+++ misc.c 2015-12-02 17:41:53.123879000 +0900
@@ -4059,6 +4059,9 @@
screen->lft_marg + 1,
screen->rgt_marg + 1);
}
+ else {
+ okay = False;
+ }
} else if (!strcmp(cp, "m")) { /* SGR */
strcpy(reply, "0");
if (xw->flags & BOLD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment