| 421 | === 6.9 I have a problem with Screen which makes using Midnight Commander problematic. I use ctrl-o to disable panels. Output of previous commands, just a clear, screen is blanked. === |
| 422 | |
| 423 | Update GNU Screen to last version. This bug was fixed into |
| 424 | |
| 425 | {{{ |
| 426 | commit ad56f746c6243d45124485d198d577bdbb78071c |
| 427 | Author: Sadrul Habib Chowdhury <sadrul@users.sourceforge.net> |
| 428 | Date: Sun Nov 29 23:34:25 2009 -0500 |
| 429 | |
| 430 | Fix using alternate screen buffers in some cases. |
| 431 | |
| 432 | Screen would reset the 'main' screen buffer if an app tries to |
| 433 | switch to an alternate buffer while it is already using one (in |
| 434 | other words, sends multiple 'smcup' without an 'rmcup'). This should |
| 435 | fix debian #558724 |
| 436 | }}} |
| 437 | see [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558724 debian bug #558724] |
| 438 | |
| 439 | or you can edit file '''win.c''' from midnight commander source tree, function do_enter_ca_mode. Remove line {{{fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h" ESC_STR "?1000h");}}} |
| 440 | and compile mc. |
| 441 | |