aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-11-15 12:01:27 +0000
committerThomas Adam <thomas@xteddy.org>2019-11-15 12:01:27 +0000
commitdbdff241b2f01c18cced24833f2acf56a117e72a (patch)
tree59a886fc65e84ba5f252b26cd570c353f283a02e /input.c
parent48cbbb8757efbda11c74b01c5b5126e233fb166c (diff)
parent5dfe9db78820aedd5d4dfe60728e871f935bff36 (diff)
downloadrtmux-dbdff241b2f01c18cced24833f2acf56a117e72a.tar.gz
rtmux-dbdff241b2f01c18cced24833f2acf56a117e72a.tar.bz2
rtmux-dbdff241b2f01c18cced24833f2acf56a117e72a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/input.c b/input.c
index cec46a99..96fd5d33 100644
--- a/input.c
+++ b/input.c
@@ -2211,6 +2211,12 @@ input_exit_osc(struct input_ctx *ictx)
case 4:
input_osc_4(ictx, p);
break;
+ case 7:
+ if (utf8_isvalid(p)) {
+ screen_set_path(sctx->s, p);
+ server_status_window(ictx->wp->window);
+ }
+ break;
case 10:
input_osc_10(ictx, p);
break;