Changes between Version 7 and Version 8 of doc/faq


Ignore:
Timestamp:
09/05/11 13:53:34 (13 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/faq

    v7 v8  
    437437see [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558724 debian bug #558724] 
    438438 
    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. 
     439or 
     440 
     441do not rewrite TERM (mustbe TERM=screen) 
     442run mc as follow 
     443{{{ 
     444  echo -e '\e[?1000h' && mc -x 
     445}}} 
    445446 
    446447== 7 Virtual file systems ==