aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 19:32:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 19:32:15 +0000
commit80e30f693c925841b5874063ca1d8aab2c42d231 (patch)
tree5890bde38ebe3e4e2ff96cbb658151efc700164a /tmux.h
parent76c8a590db14131928f79123adcab934a3825501 (diff)
downloadrtmux-80e30f693c925841b5874063ca1d8aab2c42d231.tar.gz
rtmux-80e30f693c925841b5874063ca1d8aab2c42d231.tar.bz2
rtmux-80e30f693c925841b5874063ca1d8aab2c42d231.zip
Minor tweaks/missed bits.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 4cc44694..84ba6fb2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.101 2007-11-27 19:23:34 nicm Exp $ */
+/* $Id: tmux.h,v 1.102 2007-11-27 19:32:15 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -833,6 +833,7 @@ void screen_draw_start_session(
void screen_draw_start(struct screen_draw_ctx *, struct screen *s,
void (*)(void *, int, ...), void *, u_int, u_int);
void screen_draw_stop(struct screen_draw_ctx *);
+void screen_draw_set_offset(struct screen_draw_ctx *, u_int, u_int);
void screen_draw_set_selection(
struct screen_draw_ctx *, int, u_int, u_int, u_int, u_int);
int screen_draw_check_selection(struct screen_draw_ctx *, u_int, u_int);