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

Diff for /src/usr.bin/tmux/input.c between version 1.87 and 1.88

version 1.87, 2015/10/27 15:58:42 version 1.88, 2015/11/12 11:09:11
Line 1921 
Line 1921 
 int  int
 input_utf8_open(struct input_ctx *ictx)  input_utf8_open(struct input_ctx *ictx)
 {  {
         if (!options_get_number(ictx->wp->window->options, "utf8")) {  
                 /* Print, and do not switch state. */  
                 input_print(ictx);  
                 return (-1);  
         }  
         log_debug("%s", __func__);          log_debug("%s", __func__);
   
         utf8_open(&ictx->utf8data, ictx->ch);          utf8_open(&ictx->utf8data, ictx->ch);

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88