aboutsummaryrefslogtreecommitdiff
path: root/window-more.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-28 19:52:21 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-28 19:52:21 +0000
commit4428987e955da1c56d1fcd98d2130f6a02738f1a (patch)
treec17e6a8d9d907c28c39039346cf99d54a3cf4b93 /window-more.c
parent70024b3685126195994313790c26359236889485 (diff)
downloadrtmux-4428987e955da1c56d1fcd98d2130f6a02738f1a.tar.gz
rtmux-4428987e955da1c56d1fcd98d2130f6a02738f1a.tar.bz2
rtmux-4428987e955da1c56d1fcd98d2130f6a02738f1a.zip
* Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode.
* Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ).
Diffstat (limited to 'window-more.c')
-rw-r--r--window-more.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/window-more.c b/window-more.c
index 7cbf0004..e397f3e1 100644
--- a/window-more.c
+++ b/window-more.c
@@ -1,4 +1,4 @@
-/* $Id: window-more.c,v 1.27 2009-01-27 20:22:33 nicm Exp $ */
+/* $Id: window-more.c,v 1.28 2009-01-28 19:52:21 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -39,7 +39,8 @@ const struct window_mode window_more_mode = {
window_more_free,
window_more_resize,
window_more_key,
- NULL
+ NULL,
+ NULL,
};
struct window_more_mode_data {