Skip to content

Instantly share code, notes, and snippets.

@lichray
Created June 7, 2012 23:38
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 lichray/2892430 to your computer and use it in GitHub Desktop.
Save lichray/2892430 to your computer and use it in GitHub Desktop.
xterm-279: Let XTerm recognize ^P as \E -- help bypassing ISO-2022
--- VTPrsTbl.c~ 2012-04-26 04:04:37.000000000 -0500
+++ VTPrsTbl.c 2012-06-06 21:02:22.242768878 -0500
@@ -105,7 +105,7 @@ CASE_CR,
CASE_SO,
CASE_SI,
/* DLE DC1 DC2 DC3 */
-CASE_IGNORE,
+CASE_ESC,
CASE_IGNORE,
CASE_IGNORE,
CASE_IGNORE,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment