From 4428987e955da1c56d1fcd98d2130f6a02738f1a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 28 Jan 2009 19:52:21 +0000 Subject: * 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). --- window-more.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'window-more.c') 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 @@ -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 { -- cgit