Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created November 1, 2011 10:17
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 iorionda/1330262 to your computer and use it in GitHub Desktop.
Save iorionda/1330262 to your computer and use it in GitHub Desktop.
diff
diff -ruN ~/src/uim-1.7.1/fep/uim-fep.c.orig ~/src/uim-1.7.1/fep/uim-fep.c
--- uim-fep.c.orig 2011-11-01 17:53:18.000000000 +0900
+++ uim-fep.c 2011-11-01 17:53:47.000000000 +0900
@@ -382,7 +382,7 @@
}
if (gnu_screen) {
- g_opt.status_type = BACKTICK;
+ // g_opt.status_type = BACKTICK;
s_master = PROC_FILENO;
g_win_in = WIN_IN_FILENO;
g_win_out = WIN_OUT_FILENO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment