mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
- New window option monitor-content to search for a string in a window, and
highlight the status line if it matches. - To make this possible, the function cmd_find_window_search from cmd-find-window.c had to be moved to window.c and renamed window_pane_search. - While there use three new functions in server.c to check for bell, activity, and content, to avoid too much nesting.
This commit is contained in:
7
CHANGES
7
CHANGES
@ -1,3 +1,8 @@
|
||||
19 May 2009
|
||||
|
||||
* New window option: monitor-content. Searches for a string in a window and if
|
||||
it matches, highlight the status line.
|
||||
|
||||
18 May 2009
|
||||
|
||||
* main-horizontal layout and main-pane-height option to match vertical.
|
||||
@ -1270,7 +1275,7 @@
|
||||
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||
customisation.
|
||||
|
||||
$Id: CHANGES,v 1.292 2009-05-18 22:17:24 nicm Exp $
|
||||
$Id: CHANGES,v 1.293 2009-05-19 13:32:55 tcunha Exp $
|
||||
|
||||
LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr
|
||||
LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB ms
|
||||
|
Reference in New Issue
Block a user