aboutsummaryrefslogtreecommitdiff
path: root/format.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-01-28
|\
| * Reduce a difference with portable tmux by adding the -V flag andnicm2020-01-28
* | Merge branch 'obsd-master'Thomas Adam2020-01-12
|\|
| * The terminal type was never as much use as I expected so remove it innicm2020-01-12
* | Merge branch 'obsd-master'Thomas Adam2019-12-26
|\|
| * Pass correct value into iterator callback for time formats.nicm2019-12-26
* | Merge branch 'obsd-master'Thomas Adam2019-12-26
|\|
| * Add a number of new formats to inspect what sessions and clients anicm2019-12-26
* | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\|
| * Do not crash when a format doesn't exist, reported by Thomas Sattler.nicm2019-11-28
* | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\|
| * Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
| * Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm2019-11-28
* | Merge branch 'obsd-master'Thomas Adam2019-11-25
|\|
| * Add p format modifier for padding to width.nicm2019-11-25
| * Allow multiple substitutions in a single format.nicm2019-11-25
* | Merge branch 'obsd-master'Thomas Adam2019-11-15
|\|
| * Do not add path if it is NULL, duh.nicm2019-11-15
| * Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
* | Merge branch 'obsd-master'Thomas Adam2019-10-23
|\|
| * Use the existing code in format.c to add foramts for word and line atnicm2019-10-23
* | Merge branch 'obsd-master'Thomas Adam2019-10-14
|\|
| * Do not crash with pane_current_command if the pane is newly created andnicm2019-10-14
* | Merge branch 'obsd-master'Thomas Adam2019-09-24
|\|
| * Mouse formats don't work in copy mode so don't try to use them.nicm2019-09-24
* | Merge branch 'obsd-master'Thomas Adam2019-09-13
|\|
| * Add window_marked_flag, GitHub issue 1887.nicm2019-09-11
* | Merge branch 'obsd-master'Thomas Adam2019-09-11
|\|
| * Set up format tree for %if, GitHub issue 1896.nicm2019-09-10
* | Merge branch 'obsd-master'Thomas Adam2019-07-09
|\|
| * Add a -H flag to send-keys to send literal keys given as hex numbersnicm2019-07-09
* | Merge branch 'obsd-master'Thomas Adam2019-06-24
|\|
| * Expand arguments to C and s format modifiers (matches m which already expands).nicm2019-06-24
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Expand command formats in %if and move the config file loading later (tonicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-15
|\|
| * Use the right format modifier when comparing, and remove a couple ofnicm2019-06-15
* | Merge branch 'obsd-master'Thomas Adam2019-06-14
|\|
| * Do not crash if the environment variable is present but empty.nicm2019-06-13
| * Add regular expression support for the format search, match andnicm2019-06-13
* | Merge branch 'obsd-master'Thomas Adam2019-06-01
|\|
| * Fix warnings, from Ben Boeckel.nicm2019-05-31
* | Merge branch 'obsd-master'Thomas Adam2019-05-28
|\|
| * Change display-menu from taking a single string to a set of arguments,nicm2019-05-28
* | Merge branch 'obsd-master'Thomas Adam2019-05-27
|\|
| * Go less crazy with horizontal separators on default menus.nicm2019-05-27
* | Merge branch 'obsd-master'Thomas Adam2019-05-26
|\|
| * Add keys for new menu items.nicm2019-05-26