mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-13 23:38:52 +02: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-scroll.c,v 1.30 2009-01-27 23:35:44 nicm Exp $ */
|
||||
/* $Id: window-scroll.c,v 1.31 2009-01-28 19:52:21 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -43,7 +43,8 @@ const struct window_mode window_scroll_mode = {
|
||||
window_scroll_free,
|
||||
window_scroll_resize,
|
||||
window_scroll_key,
|
||||
NULL
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
||||
|
||||
struct window_scroll_mode_data {
|
||||
|
Reference in New Issue
Block a user