xterm-238-windowfontops.patch 818 B

123456789101112131415161718192021222324252627
  1. Index: xterm-250/xterm.man
  2. ===================================================================
  3. --- xterm-250.orig/xterm.man
  4. +++ xterm-250/xterm.man
  5. @@ -1494,7 +1494,7 @@ The default is \*(``false.\*(''
  6. .TP
  7. .B "allowFontOps (\fPclass\fB AllowFontOps)"
  8. Specifies whether control sequences that set/query the font should be allowed.
  9. -The default is \*(``true.\*(''
  10. +The default is \*(``false.\*(''
  11. .TP 8
  12. .B "allowSendEvents (\fPclass\fB AllowSendEvents)"
  13. Specifies whether or not synthetic key and button events (generated using
  14. Index: xterm-250/main.h
  15. ===================================================================
  16. --- xterm-250.orig/main.h
  17. +++ xterm-250/main.h
  18. @@ -92,7 +92,7 @@
  19. #endif
  20. #ifndef DEF_ALLOW_FONT
  21. -#define DEF_ALLOW_FONT True
  22. +#define DEF_ALLOW_FONT False
  23. #endif
  24. #ifndef DEF_ALLOW_TCAP