Alarig Le Lay
9d6bdb9312
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
12 lines
403 B
Diff
12 lines
403 B
Diff
--- a/src/command.C
|
|
+++ b/src/command.C
|
|
@@ -2695,7 +2695,7 @@
|
|
/* kidnapped escape sequence: Should be 8.3.48 */
|
|
case C1_ESA: /* ESC G */
|
|
// used by original rxvt for rob nations own graphics mode
|
|
- if (cmd_getc () == 'Q')
|
|
+ if (cmd_getc () == 'Q' && option (Opt_insecure))
|
|
tt_printf ("\033G0\012"); /* query graphics - no graphics */
|
|
break;
|
|
|