summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-find-window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some spacing nits.nicm2014-10-221-2/+2
* Move template defines back into .c files.nicm2014-10-201-1/+6
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Plug a memory leak, from J Raynor.nicm2014-05-081-1/+3
* Some more long lines.nicm2014-04-171-2/+3
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-7/+7
* Allow choose commands to be used outside tmux, so long as at least onenicm2013-03-211-4/+3
* Remove free callback for window_choose_data objects.nicm2013-03-211-3/+2
* Miscellaneous tidying of choose API, including:nicm2013-03-211-21/+8
* Add ability to active pane in list-windows and find-window formats, fromnicm2012-10-251-1/+2
* When choosing a pane found by find-window, switch to that pane rathernicm2012-09-031-60/+78
* Use a separate define for each default format template and strip clutternicm2012-08-141-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-7/+7
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-5/+6
* Clean up and simplify the choose mode code, from Thomas Adam.nicm2012-06-251-33/+28
* Trim a blank line.nicm2012-06-251-2/+1
* Switch all of the various choose- and list- commands over to the formatnicm2012-05-221-10/+22
* Minor style nits - return ().nicm2012-04-011-2/+2
* Only find each window once no matter how many panes, from Jonathannicm2012-04-011-1/+2
* Remove a stale comment.nicm2012-03-201-7/+1
* Add -C -N -T flags to find-window to find in content, name, title. Fromnicm2012-03-201-7/+53
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-13/+14
* Unify the way sessions are used by callbacks - store the address and usenicm2010-12-201-11/+24
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* A similar for fix for window_choose: don't rely on the callback always beingnicm2009-07-171-3/+2
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Change find-window and monitor-content to use fnmatch(3). For convenience andnicm2009-06-241-7/+12
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+160