diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-17 14:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-17 14:01:16 +0100 |
commit | 7869ec87e0144c4a224ac532b68ccaf293df0c2b (patch) | |
tree | 475a7144314d198415ebb423287d6bb4bbb66217 /tty.c | |
parent | 0dad8dd98259ce686b98e482080d916edbc294e4 (diff) | |
parent | de9697b456c39b668ee387a17cd4abd3858e731a (diff) | |
download | rtmux-7869ec87e0144c4a224ac532b68ccaf293df0c2b.tar.gz rtmux-7869ec87e0144c4a224ac532b68ccaf293df0c2b.tar.bz2 rtmux-7869ec87e0144c4a224ac532b68ccaf293df0c2b.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2043,7 +2043,7 @@ tty_cmd_syncstart(struct tty *tty, const struct tty_ctx *ctx) { if (ctx->num == 0x11) { /* - * This is an overlay and a command that moves, the cursor so + * This is an overlay and a command that moves the cursor so * start synchronized updates. */ tty_sync_start(tty); |