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