]> git.pld-linux.org Git - packages/mc.git/blame - slang-8bit_xterm.patch
- fixed S list
[packages/mc.git] / slang-8bit_xterm.patch
CommitLineData
bf87f0b5 1diff -urNp mc-4.7.0-pre4.orig/src/main.c mc-4.7.0-pre4/src/main.c
593985c4
TP
2--- mc-4.7.2.orig/src/main.c 2010-05-05 20:30:03.000000000 +0200
3+++ mc-4.7.2/src/main.c 2010-05-06 10:05:13.000000000 +0200
4@@ -1470,6 +1470,9 @@ init_xterm_support (void)
5 || strcmp (termvalue, "Eterm") == 0 || strcmp (termvalue, "dtterm") == 0)
6 {
7 xterm_flag = 1;
bf87f0b5
TP
8+#ifdef HAVE_SLANG
9+ tty_display_8bit (0);
10+#endif
5f5165f2 11
593985c4
TP
12 /* Default to the standard xterm sequence */
13 if (!xmouse_seq)
This page took 0.045399 seconds and 4 git commands to generate.