762f9fab41
http://www.midnight-commander.org/wiki/NEWS-4.8.13 - Use ZIP=${ZIP_CMD} instead of ZIP=${UNZIP_CMD} [1] - Change patch files/patch-lib__tty__win, changed by upstream - Remove obsolete patch files/patch-mc-wrapper PR: 193766 Submitted by: Dominik Kows <dkolowski@gmail.com> [1]
11 lines
307 B
C
11 lines
307 B
C
--- lib/tty/win.c.orig 2014-09-02 09:23:58 UTC
|
|
+++ lib/tty/win.c
|
|
@@ -107,7 +107,7 @@
|
|
void
|
|
do_exit_ca_mode (void)
|
|
{
|
|
- if (mc_global.tty.xterm_flag && rmcup != NULL)
|
|
+ if (mc_global.tty.xterm_flag)
|
|
{
|
|
fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m");
|
|
fflush (stdout);
|