CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/06/24 16:49:56
Modified files:
usr.bin/tmux : Makefile cmd-find-window.c grid.c server.c
tmux.1 tmux.h window.c
Removed files:
usr.bin/tmux : util.c
Log message:
Change find-window and monitor-content to use fnmatch(3). For convenience and
compatibility, *s are implicitly added at the start and end of the pattern.
Also display the line number and the entire line in the results, and lose the
nasty section_string function and the now empty util.c file.
Initially from Tiago Cunha.