Merge branch 'obsd-master'

pull/3324/head
Thomas Adam 2022-08-31 12:01:10 +01:00
commit 6da520c5a1
1 changed files with 1 additions and 1 deletions

View File

@ -1899,7 +1899,7 @@ input_csi_dispatch_winops(struct input_ctx *ictx)
}
break;
case 18:
input_reply(ictx, "\033[8;%u;%ut", x, y);
input_reply(ictx, "\033[8;%u;%ut", y, x);
break;
default:
log_debug("%s: unknown '%c'", __func__, ictx->ch);