Age | Commit message (Expand) | Author |
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 |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-18 | Add s/foo/bar/: prefix for formats to substitute bar for foo. | Nicholas Marriott |
2015-11-13 | Two spacing and spelling nits. | Nicholas Marriott |
2015-11-13 | Add window_visible_layout which ignores zoomed panes and use it for | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-11-12 | Remove the mouse_utf8_flag format as well. | Nicholas Marriott |
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |