Age | Commit message (Expand) | Author |
2019-10-23 | Document Any key, from Jason Felice. | Nicholas Marriott |
2019-10-23 | Use the existing code in format.c to add foramts for word and line at | Nicholas Marriott |
2019-10-19 | Add formats for cursor and selection position in copy mode, from Jason Felice. | Nicholas Marriott |
2019-10-15 | Add support for percentage sizes for resize-pane ("-x 10%"). Also change | Nicholas Marriott |
2019-09-19 | Add a "latest" window-size option which tries to size windows based on | Nicholas Marriott |
2019-09-15 | Add push-default and pop-default in styles to change the default colours | Nicholas Marriott |
2019-09-11 | Add window_marked_flag, GitHub issue 1887. | Nicholas Marriott |
2019-09-09 | Clarify server options slightly. | Nicholas Marriott |
2019-09-09 | Add cursor-down-and-cancel, from Mark Kelly. | Nicholas Marriott |
2019-09-09 | Put default keys in alphabetical order, from Barry Rountree. | Nicholas Marriott |
2019-09-09 | Use a zero width space to prevent mandoc warning about trailing | Nicholas Marriott |
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |
2019-08-01 | Add -N to capture-pane to preserve trailing spaces, from Leon Winter. | Nicholas Marriott |
2019-07-30 | Reorder some text in the windows & panes section and add some better | Nicholas Marriott |
2019-07-19 | More man page fixes from lacygoill at lacygoill dot me, GitHub issue | Nicholas Marriott |
2019-07-10 | Add -F to refresh-client to specify flags for control clients - one flag | Nicholas Marriott |
2019-07-09 | Add a -H flag to send-keys to send literal keys given as hex numbers | Nicholas Marriott |
2019-07-02 | Command prompt key presses need to avoid the command queue, GitHub issue | Nicholas Marriott |
2019-07-01 | Add a "fill" style attribute to clear the entire format drawing area in | Nicholas Marriott |
2019-06-27 | minor eol issues; | Jason McIntyre |
2019-06-27 | Add support for underscore colours with Setulc capability, mostly from | Nicholas Marriott |
2019-06-21 | Man page fixes from lacygoill at lacygoill dot me. | Nicholas Marriott |
2019-06-20 | Add -r to find-window for regex instead of fnmatch. | Nicholas Marriott |
2019-06-20 | allow-rename and alternate-screen can be pane options. | Nicholas Marriott |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-06-20 | Add a -A flag to show-options to show parent options as well. | Nicholas Marriott |
2019-06-14 | A couple of minor parser changes around conditions: 1) only treat #{ | Nicholas Marriott |
2019-06-13 | tweak previous; | Jason McIntyre |
2019-06-13 | Add regular expression support for the format search, match and | Nicholas Marriott |
2019-06-05 | Add a -v flag to source-file to show the commands and line numbers. | Nicholas Marriott |
2019-06-03 | Add new-session -X and attach-session -x to send SIGHUP to parent when | Nicholas Marriott |
2019-05-30 | I had hoped that non-xenl terminals had died out, at least in fairly | Nicholas Marriott |
2019-05-29 | Support \ooo escapes, from Avi Halachmi. | Nicholas Marriott |
2019-05-28 | Allow source-file to take multiple arguments. | Nicholas Marriott |
2019-05-28 | Allow menu items to be disabled by putting a - at the start of their | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-27 | Clarify newlines inside {} a little. | Nicholas Marriott |
2019-05-27 | Add an additional {} syntax for defining strings in the configuration | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-26 | Add a way to append or prepend to a format if the length has been limited. | Nicholas Marriott |
2019-05-25 | Add <, >, <=, >= for formats, GitHub issue 1747. | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-21 | Fix a couple of Ta from Alphonse Mariya. | Nicholas Marriott |
2019-05-13 | Add support for overline (SGR 53), from Ricardo Banffy. | Nicholas Marriott |
2019-05-13 | Fix column width for copy mode commands. | Nicholas Marriott |
2019-05-11 | Don't use arguments with It and -enum, pointed out by jmc. | Nicholas Marriott |
2019-05-10 | Add support for simple menus usable with mouse or keyboard. New command | Nicholas Marriott |
2019-05-09 | Add formats to show if pane is the marked pane and if any marked pane is set. | Nicholas Marriott |
2019-05-07 | Rename the ENVIRONMENT section which was squatting on the standard | Ingo Schwarze |