about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-07 21:12:19 +0100
committerJames Booth <boothj5@gmail.com>2014-10-07 21:12:19 +0100
commitb8ba9b038c668dd7576fcf1855cfa3f404924ca3 (patch)
treed19d2509f7dcd152521ac6107d59a5d5b788dd48 /src/ui/window.h
parent639796384a4736e5dd0e433f1c62d0f042d7fd1f (diff)
downloadprofani-tty-b8ba9b038c668dd7576fcf1855cfa3f404924ca3.tar.gz
Added scroll support to occupant list
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 196578d8..02045305 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -75,6 +75,7 @@ typedef struct prof_win_t {
     gboolean is_otr;
     gboolean is_trusted;
     int y_pos;
+    int sub_y_pos;
     int paged;
     int unread;
     int history_shown;