mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:13:55 +00:00
Merge branch 'obsd-master'
This commit is contained in:
4
input.c
4
input.c
@ -2372,7 +2372,9 @@ input_exit_osc(struct input_ctx *ictx)
|
||||
switch (option) {
|
||||
case 0:
|
||||
case 2:
|
||||
if (screen_set_title(sctx->s, p) && wp != NULL) {
|
||||
if (wp != NULL &&
|
||||
options_get_number(wp->options, "allow-set-title") &&
|
||||
screen_set_title(sctx->s, p)) {
|
||||
notify_pane("pane-title-changed", wp);
|
||||
server_redraw_window_borders(wp->window);
|
||||
server_status_window(wp->window);
|
||||
|
Reference in New Issue
Block a user