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

Diff for /src/usr.bin/tmux/format.c between version 1.13 and 1.14

version 1.13, 2013/03/21 16:13:24 version 1.14, 2013/03/21 16:14:09
Line 322 
Line 322 
         *strchr(tim, '\n') = '\0';          *strchr(tim, '\n') = '\0';
         format_add(ft, "client_activity_string", "%s", tim);          format_add(ft, "client_activity_string", "%s", tim);
   
           format_add(ft, "client_prefix", "%d", !!(c->flags & CLIENT_PREFIX));
   
         if (c->tty.flags & TTY_UTF8)          if (c->tty.flags & TTY_UTF8)
                 format_add(ft, "client_utf8", "%d", 1);                  format_add(ft, "client_utf8", "%d", 1);
         else          else

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