Changes between Version 4 and Version 5 of doc/faq


Ignore:
Timestamp:
09/01/11 11:02:32 (13 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/faq

    v4 v5  
    419419Add {{{export HISTCONTROL="ignoreboth"}}} into your ~/.profile file (.bash_profile) for avoid this. 
    420420 
     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 
     423Update GNU Screen to last version. This bug was fixed into 
     424 
     425{{{ 
     426commit ad56f746c6243d45124485d198d577bdbb78071c 
     427Author: Sadrul Habib Chowdhury <sadrul@users.sourceforge.net> 
     428Date:   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}}} 
     437see [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558724 debian bug #558724] 
     438 
     439or 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");}}} 
     440and compile mc. 
     441 
    421442== 7 Virtual file systems == 
    422443