summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/names.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop having a separate type for style options and make them all strings,nicm2020-05-161-1/+2
* Allow ispunct() as well as isalnum() when parsing initial window names.nicm2017-07-211-2/+4
* In order that people can use formats like #D in #() in the status linenicm2017-05-011-2/+2
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-031-2/+2
* Make options_get_string return const string.nicm2017-01-131-2/+3
* Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-111-4/+6
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-101-5/+5
* Wrap some long lines and apply some static.nicm2016-07-151-4/+7
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-111-2/+2
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-081-2/+2
* Use __unused rather than rolling our own.nicm2015-11-181-2/+2
* Move struct options into options.c.nicm2015-10-271-3/+3
* Better take on reducing the name timer. Again check for name changes innicm2015-08-291-19/+48
* Revert previous; we do need a timer, until I have a better idea. Wenicm2015-08-281-8/+26
* We now only checking for name changes when the active pane has changed,nicm2015-08-281-26/+8
* Check changed flag after restarting timer.nicm2015-08-281-5/+5
* Only do the automatic-rename dance if the pane has changed (seen output,nicm2015-08-281-1/+5
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-051-3/+3
* If multiple arguments are given to new-session, new-window,nicm2014-05-131-4/+10
* Add automatic-rename-format option allowing automatic rename to usenicm2013-10-101-36/+24
* Revert the command-prefix change which breaks sequences of commands.nicm2013-03-251-15/+11
* Add option command-prefix which is automatically prepended to anynicm2013-03-241-11/+15
* No more lint means no more ARGSUSED.nicm2013-03-221-2/+1
* Fix session choice so that preferring unattached sessions actuallynicm2012-11-271-2/+2
* Fix up window reference counting and don't crash if the rename timernicm2012-08-211-1/+4
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-5/+6
* Turn automatic-rename off properly if turned off by renaming anicm2012-04-111-2/+7
* Do not fire name timer when automatic-rename is off, from Tim Ruehsen anicm2012-04-081-4/+2
* Check event_initialized before event_del if event may not have been setnicm2012-03-171-2/+3
* Add a missing call to window_set_name, from George Nachman.nicm2012-03-091-6/+4
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-4/+4
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ tonicm2009-11-261-1/+2
* Change window name change to use a timer event rather than a gettimeofday()nicm2009-11-041-51/+48
* When a window is zombified and automatic-rename is on, append [dead] to thenicm2009-10-101-1/+7
* Regularise some fatal messages.nicm2009-09-201-2/+2
* When using tmux as a login shell, there is currently no way to specify a shellnicm2009-09-011-2/+2
* Move another expensive options test to after a cheaper timer check/update.nicm2009-08-181-3/+4
* Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX,nicm2009-07-081-3/+14
* Remove trailing newlines, spaces, and tabs.ray2009-06-051-2/+1
* Cast char to u_char before passing to isalnum().ray2009-06-031-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+110