mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
* 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).
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user