aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-12 20:02:38 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-12 20:02:38 +0000
commitba4a884d753ade5fd285ecedd7bca25c70023058 (patch)
tree50ef58691981234ed74fc2868bd448aaf37c401f /tmux.h
parent6c3ee42568f3fef75f5daae890f6fb31dd378d95 (diff)
parent2796ae81d0be04df161cffdf447c2d0e5ec895e2 (diff)
downloadrtmux-ba4a884d753ade5fd285ecedd7bca25c70023058.tar.gz
rtmux-ba4a884d753ade5fd285ecedd7bca25c70023058.tar.bz2
rtmux-ba4a884d753ade5fd285ecedd7bca25c70023058.zip
Merge branch 'obsd-master'
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 41268593..acb10094 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2102,7 +2102,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);