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

Diff for /src/usr.bin/tmux/window-customize.c between version 1.13 and 1.14

version 1.13, 2021/11/29 11:01:51 version 1.14, 2022/03/24 12:07:25
Line 680 
Line 680 
         }          }
         ft = format_create_from_state(NULL, NULL, &fs);          ft = format_create_from_state(NULL, NULL, &fs);
   
         if (oe == NULL)          if (oe == NULL || oe->text == NULL)
                 text = "This is a user option.";  
         else if (oe->text == NULL)  
                 text = "This option doesn't have a description.";                  text = "This option doesn't have a description.";
         else          else
                 text = oe->text;                  text = oe->text;

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