[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.38 and 1.39

version 1.38, 2015/07/28 15:18:10 version 1.39, 2015/09/01 19:50:09
Line 560 
Line 560 
         return (term->codes[code].value.string);          return (term->codes[code].value.string);
 }  }
   
 /* No vtparm. Fucking curses. */  
 const char *  const char *
 tty_term_string1(struct tty_term *term, enum tty_code_code code, int a)  tty_term_string1(struct tty_term *term, enum tty_code_code code, int a)
 {  {

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39