Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created August 9, 2009 10:21
Show Gist options
  • Save hitode909/164696 to your computer and use it in GitHub Desktop.
Save hitode909/164696 to your computer and use it in GitHub Desktop.
diff -rc uim-1.5.6_original/fep/uim-fep.c uim-1.5.6/fep/uim-fep.c
*** uim-1.5.6_original/fep/uim-fep.c 2009-08-09 18:00:46.000000000 +0900
--- uim-1.5.6/fep/uim-fep.c 2009-08-09 19:12:26.000000000 +0900
***************
*** 382,388 ****
}
if (gnu_screen) {
! g_opt.status_type = BACKTICK;
s_master = PROC_FILENO;
g_win_in = WIN_IN_FILENO;
g_win_out = WIN_OUT_FILENO;
--- 382,388 ----
}
if (gnu_screen) {
! // 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