| Commit message (Expand) | Author | Age |
* | Add -r to find-window for regex instead of fnmatch. | nicm | 2019-06-20 |
* | allow-rename and alternate-screen can be pane options. | nicm | 2019-06-20 |
* | Add a per-pane option set. Pane options inherit from window options (so | nicm | 2019-06-20 |
* | Add a -A flag to show-options to show parent options as well. | nicm | 2019-06-20 |
* | A couple of minor parser changes around conditions: 1) only treat #{ | nicm | 2019-06-14 |
* | tweak previous; | jmc | 2019-06-13 |
* | Add regular expression support for the format search, match and | nicm | 2019-06-13 |
* | Add a -v flag to source-file to show the commands and line numbers. | nicm | 2019-06-05 |
* | Add new-session -X and attach-session -x to send SIGHUP to parent when | nicm | 2019-06-03 |
* | I had hoped that non-xenl terminals had died out, at least in fairly | nicm | 2019-05-30 |
* | Support \ooo escapes, from Avi Halachmi. | nicm | 2019-05-29 |
* | Allow source-file to take multiple arguments. | nicm | 2019-05-28 |
* | Allow menu items to be disabled by putting a - at the start of their | nicm | 2019-05-28 |
* | Change display-menu from taking a single string to a set of arguments, | nicm | 2019-05-28 |
* | Clarify newlines inside {} a little. | nicm | 2019-05-27 |
* | Add an additional {} syntax for defining strings in the configuration | nicm | 2019-05-27 |
* | Add formats for word and line under the mouse and use them to add some | nicm | 2019-05-26 |
* | Add a way to append or prepend to a format if the length has been limited. | nicm | 2019-05-26 |
* | Add <, >, <=, >= for formats, GitHub issue 1747. | nicm | 2019-05-25 |
* | Replace the split parser code (cfg.c and cmd-string.c) with a single | nicm | 2019-05-23 |
* | Fix a couple of Ta from Alphonse Mariya. | nicm | 2019-05-21 |
* | Add support for overline (SGR 53), from Ricardo Banffy. | nicm | 2019-05-13 |
* | Fix column width for copy mode commands. | nicm | 2019-05-13 |
* | Don't use arguments with It and -enum, pointed out by jmc. | nicm | 2019-05-11 |
* | Add support for simple menus usable with mouse or keyboard. New command | nicm | 2019-05-10 |
* | Add formats to show if pane is the marked pane and if any marked pane is set. | nicm | 2019-05-09 |
* | Rename the ENVIRONMENT section which was squatting on the standard | schwarze | 2019-05-07 |
* | Allow panes to be empty (no command), output can be piped to them with | nicm | 2019-05-03 |
* | Fix up some bits about window-size that seem to have got lost. | nicm | 2019-05-02 |
* | Support multiple occurances of the same argument. Use this for a new | nicm | 2019-04-28 |
* | Merge hooks into options and make each one an array option. This allows | nicm | 2019-04-26 |
* | Need to escape ]. | nicm | 2019-04-25 |
* | Add -no-clear variants of copy-selection and copy-pipe which do not | nicm | 2019-04-23 |
* | Copy the code to infer the option type to show-options and document it. | nicm | 2019-04-18 |
* | mark up punctuation-as-macro-args properly; | jmc | 2019-04-17 |
* | Document that switch-client can change all of session,window,pane and | nicm | 2019-04-17 |
* | select-word was missing from the command list, from pawel-slowik. | nicm | 2019-04-08 |
* | Add an argument to copy commands to set the prefix for the buffer name, | nicm | 2019-04-02 |
* | Add StatusDefault binding for the mouse on any otherwise unassigned | nicm | 2019-03-25 |
* | Fix columns of cursor_character format in list. | nicm | 2019-03-25 |
* | Clarify that styles can be space or comma separated, from Stephen Zapatka. | nicm | 2019-03-22 |
* | I forgot to document resize-window, window-size and default-size; | nicm | 2019-03-22 |
* | Add a cursor_character format. | nicm | 2019-03-19 |
* | Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS. | nicm | 2019-03-19 |
* | Add some bits to the STATUS LINE section about the new option. | nicm | 2019-03-18 |
* | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
* | Add format variables for the default formats for the various modes | nicm | 2019-03-18 |
* | Break description of styles into its own section. | nicm | 2019-03-17 |
* | Add a -v flag to display-message to show verbose messages as the format | nicm | 2019-03-15 |
* | Add format flags for start and end window. | nicm | 2019-03-14 |