about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorImmae <ismael.bouya@normalesup.org>2014-06-19 15:48:02 +0200
committerJames Booth <boothj5@gmail.com>2014-06-23 20:23:07 +0100
commit5e841febd0c742745450598c4068b87ddca069b5 (patch)
tree7bf7ae3a4df2fb098891e16e7bae36416e8538cf /src/ui/window.h
parentd668d15081f3d38d618457cb9016100acc6877dc (diff)
downloadprofani-tty-5e841febd0c742745450598c4068b87ddca069b5.tar.gz
Added horizontal scroll for resized windows
Signed-off-by: James Booth <boothj5@gmail.com>
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 4d10874c..a9cabe17 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -51,6 +51,7 @@ typedef struct prof_win_t {
     win_type_t type;
     gboolean is_otr;
     gboolean is_trusted;
+    int x_pos;
     int y_pos;
     int paged;
     int unread;