artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9629c47
)
Missing t at end of response, from Vincent Bernat.
author
nicm
<nicm@openbsd.org>
Mon, 1 Jun 2015 13:59:57 +0000
(13:59 +0000)
committer
nicm
<nicm@openbsd.org>
Mon, 1 Jun 2015 13:59:57 +0000
(13:59 +0000)
usr.bin/tmux/input.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/input.c
b/usr.bin/tmux/input.c
index
777a406
..
f4226ed
100644
(file)
--- a/
usr.bin/tmux/input.c
+++ b/
usr.bin/tmux/input.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: input.c,v 1.7
5 2015/05/11 10:10:16
nicm Exp $ */
+/* $OpenBSD: input.c,v 1.7
6 2015/06/01 13:59:57
nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@
-1599,7
+1599,7
@@
input_csi_dispatch_winops(struct input_ctx *ictx)
return;
break;
case 18:
- input_reply(ictx, "\033[8;%u;%u", wp->sy, wp->sx);
+ input_reply(ictx, "\033[8;%u;%u
t
", wp->sy, wp->sx);
break;
default:
log_debug("%s: unknown '%c'", __func__, ictx->ch);