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

Diff for /src/usr.bin/tmux/options-table.c between version 1.158 and 1.159

version 1.158, 2022/02/17 09:58:47 version 1.159, 2022/03/08 18:31:46
Line 1061 
Line 1061 
                   "killed ('off' or 'failed') when the program inside exits."                    "killed ('off' or 'failed') when the program inside exits."
         },          },
   
           { .name = "remain-on-exit-format",
             .type = OPTIONS_TABLE_STRING,
             .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
             .default_str = "Pane is dead ("
                            "#{?#{!=:#{pane_dead_status},},"
                            "status #{pane_dead_status},}"
                            "#{?#{!=:#{pane_dead_signal},},"
                            "signal #{pane_dead_signal},}, "
                            "#{t:pane_dead_time})",
             .text = "Message shown after the program in a pane has exited, if "
                     "remain-on-exit is enabled."
           },
   
         { .name = "synchronize-panes",          { .name = "synchronize-panes",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,            .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159