[BACK]Return to tty-term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty-term.c between version 1.7 and 1.8

version 1.7, 2009/08/05 19:05:02 version 1.8, 2009/08/21 12:29:59
Line 338 
Line 338 
                     "terminal does not support ich1 or ich or smir and rmir");                      "terminal does not support ich1 or ich or smir and rmir");
                 goto error;                  goto error;
         }          }
         if (!tty_term_has(term, TTYC_DCH1) && !tty_term_has(term, TTYC_DCH)) {  
                 xasprintf(cause, "terminal does not support dch1 or dch");  
                 goto error;  
         }  
   
         /*          /*
          * Figure out if terminal support default colours. AX is a screen           * Figure out if terminal support default colours. AX is a screen

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8