[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.271 and 1.272

version 1.271, 2017/05/10 16:47:03 version 1.272, 2017/05/10 18:40:13
Line 789 
Line 789 
         }          }
   
         /* Couldn't use an escape sequence, use spaces. */          /* Couldn't use an escape sequence, use spaces. */
           tty_cursor(tty, px, py);
         tty_repeat_space(tty, nx);          tty_repeat_space(tty, nx);
 }  }
   

Legend:
Removed from v.1.271  
changed lines
  Added in v.1.272