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

Diff for /src/usr.bin/tmux/tty.c between version 1.173 and 1.174

version 1.173, 2015/02/05 11:46:57 version 1.174, 2015/04/15 22:10:13
Line 629 
Line 629 
                 sx = tty->sx;                  sx = tty->sx;
   
         /*          /*
          * Don't move the cursor to the start permission if it will wrap there           * Don't move the cursor to the start position if it will wrap there
          * itself.           * itself.
          */           */
         gl = NULL;          gl = NULL;
Line 1407 
Line 1407 
                  *                   *
                  * Otherwise, try to set the default colour only as needed.                   * Otherwise, try to set the default colour only as needed.
                  */                   */
                 have_ax = tty_term_has(tty->term, TTYC_AX);                  have_ax = tty_term_flag(tty->term, TTYC_AX);
                 if (!have_ax && tty_term_has(tty->term, TTYC_OP))                  if (!have_ax && tty_term_has(tty->term, TTYC_OP))
                         tty_reset(tty);                          tty_reset(tty);
                 else {                  else {

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174