aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-03-12 18:30:08 +0000
committernicm <nicm>2019-03-12 18:30:08 +0000
commit2796ae81d0be04df161cffdf447c2d0e5ec895e2 (patch)
tree8290bc3f82b974e0bf2c8c9948388b1763826383 /tmux.h
parentf3f534a3a0361ed11d0fc455f9a42ba82e6aa471 (diff)
downloadrtmux-2796ae81d0be04df161cffdf447c2d0e5ec895e2.tar.gz
rtmux-2796ae81d0be04df161cffdf447c2d0e5ec895e2.tar.bz2
rtmux-2796ae81d0be04df161cffdf447c2d0e5ec895e2.zip
Fix HPA in origin mode.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index beb862dd..6a94524c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2100,7 +2100,7 @@ void screen_write_deleteline(struct screen_write_ctx *, u_int, u_int);
void screen_write_clearline(struct screen_write_ctx *, u_int);
void screen_write_clearendofline(struct screen_write_ctx *, u_int);
void screen_write_clearstartofline(struct screen_write_ctx *, u_int);
-void screen_write_cursormove(struct screen_write_ctx *, u_int, u_int);
+void screen_write_cursormove(struct screen_write_ctx *, int, int);
void screen_write_reverseindex(struct screen_write_ctx *, u_int);
void screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);
void screen_write_linefeed(struct screen_write_ctx *, int, u_int);