summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-find-window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add -i to find-window to ignore case.nicm2020-05-291-57/+36
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-131-4/+4
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-2/+2
* Now that copy mode copies the pane content rather than keeping anicm2020-04-101-2/+3
* Add -r to find-window for regex instead of fnmatch.nicm2019-06-201-27/+56
* Add -Z to find-window as well.nicm2018-08-201-3/+5
* Shut up a warning.nicm2017-05-311-2/+2
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-199/+50
* Add ||, && format operators and C: to search pane content.nicm2017-05-291-2/+2
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-5/+5
* Mouse bindings and hooks set up an initial current state when running anicm2017-04-221-2/+5
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-9/+9
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-10/+10
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-141-2/+4
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-6/+9
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-10/+6
* Use a TAILQ not array for find-window.nicm2015-05-071-31/+38
* Rewrite of the target resolution internals to be simpler and morenicm2015-04-271-2/+2
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-051-4/+2
* 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