summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/format.c
AgeCommit message (Expand)Author
2017-11-02Format for group list of "other sessions" is a bit weird, just list allNicholas Marriott
2017-11-02Tweak previous slightly so that current session is chosen if it is inNicholas Marriott
2017-11-02Only show the first member of session groups in tree mode (-G flagNicholas Marriott
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromNicholas Marriott
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify theNicholas Marriott
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubNicholas Marriott
2017-07-27Add pane_at_left/right/top/bottom formats, from Amos Bird.Nicholas Marriott
2017-07-07Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.Nicholas Marriott
2017-05-31Style and spacing nits.Nicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-29Add ||, && format operators and C: to search pane content.Nicholas Marriott
2017-05-29Add m: for fnmatch(3) format matching.Nicholas Marriott
2017-05-12Remove an unused variable.Nicholas Marriott
2017-05-12Reset updated flag when restarting job so new output is detected,Nicholas Marriott
2017-05-12Only redraw single client, and tweak some logging.Nicholas Marriott
2017-05-12Store copy mode search string in pane so search-again command works evenNicholas Marriott
2017-05-07Add a format for the name of the pane's mode, lets it be used as aNicholas Marriott
2017-05-05Add some formats to look at the session window stack, suggested by ScottNicholas Marriott
2017-05-03Add a format for the last search string in copy mode and fix the promptNicholas Marriott
2017-05-01In order that people can use formats like #D in #() in the status lineNicholas Marriott
2017-04-21Store state shared between multiple commands in the queue in a sharedNicholas Marriott
2017-04-20Now that struct winlink has a session pointer, can remove some arguments.Nicholas Marriott
2017-04-20There is no real need for window_printable_flags to allocate, make itNicholas Marriott
2017-04-20If a #() command doesn't exit, use its most recent line of output (itNicholas Marriott
2017-04-19When the data we have buffered to write to a terminal grows beyond aNicholas Marriott
2017-04-18Add a format for number of bytes writtent to client, useful for debugging.Nicholas Marriott
2017-04-05Give each client a name. This defaults to the tty name as before butNicholas Marriott
2017-03-08Add a helper function for the most common format_create/defaults/expandNicholas Marriott
2017-02-09Instead of numbering session groups, give them a name which may be givenNicholas Marriott
2017-02-07Remove a debugging leftover.Nicholas Marriott
2017-02-03Add a window or pane id "tag" to each format tree and use it to separateNicholas Marriott
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. TheNicholas Marriott
2017-01-30When a flag option is used in a format, it should use the number formNicholas Marriott
2017-01-16getopt() has a struct option so just return to using options_entry.Nicholas Marriott
2017-01-15Major tidy up and rework of options tree and set-option/show-optionsNicholas Marriott
2017-01-11Add a format for terminal type.Nicholas Marriott
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"Nicholas Marriott
2016-11-17Key running commands for #() by the unexpanded command, and run themNicholas Marriott
2016-10-16Provide a way for hooks to tag formats onto the commands they fire soNicholas Marriott
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.Nicholas Marriott
2016-10-16Rewrite command queue handling. Each client still has a command queue,Nicholas Marriott
2016-10-11Some other stuff that can be local to one file.Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott
2016-05-23Use a fixed buffer for strftime() because there is no portable way toNicholas Marriott
2016-04-29Final parts of command hooks, add before- and after- hooks to each command.Nicholas Marriott
2016-01-31Support negative trim values (#{=-10:pane_title}) to trim from the end,Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-12Add key-table option to set the default key table for a session, allowsNicholas Marriott
2015-12-11Add cmdq as an argument to format_create and add a format for theNicholas Marriott
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott