[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.13 and 1.14

version 1.13, 2009/10/26 16:00:51 version 1.14, 2009/11/12 08:05:23
Line 378 
Line 378 
                 xasprintf(cause, "terminal does not support clear");                  xasprintf(cause, "terminal does not support clear");
                 goto error;                  goto error;
         }          }
         if (!tty_term_has(term, TTYC_RI)) {  
                 xasprintf(cause, "terminal does not support ri");  
                 goto error;  
         }  
         if (!tty_term_has(term, TTYC_CUP)) {          if (!tty_term_has(term, TTYC_CUP)) {
                 xasprintf(cause, "terminal does not support cup");                  xasprintf(cause, "terminal does not support cup");
                 goto error;                  goto error;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14