Changes between Version 7 and Version 8 of doc/faq
- Timestamp:
- 09/05/11 13:53:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/faq
v7 v8 437 437 see [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558724 debian bug #558724] 438 438 439 or you can edit file '''win.c''' from midnight commander source tree, function '''do_enter_ca_mode'''. 440 Remove line 441 {{{ 442 fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h" ESC_STR "?1000h"); 443 }}} 444 and compile mc. 439 or 440 441 do not rewrite TERM (mustbe TERM=screen) 442 run mc as follow 443 {{{ 444 echo -e '\e[?1000h' && mc -x 445 }}} 445 446 446 447 == 7 Virtual file systems ==