summaryrefslogtreecommitdiffstats
path: root/format.c
AgeCommit message (Expand)Author
2019-11-28Do not crash when a format doesn't exist, reported by Thomas Sattler.nicm
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addnicm
2019-11-28Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm
2019-11-25Add p format modifier for padding to width.nicm
2019-11-25Allow multiple substitutions in a single format.nicm
2019-11-15Do not add path if it is NULL, duh.nicm
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm
2019-10-23Use the existing code in format.c to add foramts for word and line atnicm
2019-10-14Do not crash with pane_current_command if the pane is newly created andnicm
2019-09-24Mouse formats don't work in copy mode so don't try to use them.nicm
2019-09-11Add window_marked_flag, GitHub issue 1887.nicm
2019-09-10Set up format tree for %if, GitHub issue 1896.nicm
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersnicm
2019-06-24Expand arguments to C and s format modifiers (matches m which already expands).nicm
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm
2019-06-20Expand command formats in %if and move the config file loading later (tonicm
2019-06-15Use the right format modifier when comparing, and remove a couple ofnicm
2019-06-13Do not crash if the environment variable is present but empty.nicm
2019-06-13Add regular expression support for the format search, match andnicm
2019-05-31Fix warnings, from Ben Boeckel.nicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-27Go less crazy with horizontal separators on default menus.nicm
2019-05-26Add keys for new menu items.nicm
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-26Add a way to append or prepend to a format if the length has been limited.nicm
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.nicm
2019-05-13Always include Lock in the menu.nicm
2019-05-10Fix a typo in previous (, -> :).nicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.nicm
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm
2019-04-25Make options_tostring allocate its result instead of using a stacknicm
2019-03-29Free old strings after they have been expanded in format_choose.nicm
2019-03-28Expand session and window formats for buffer filters.nicm
2019-03-19Add a cursor_character format.nicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Add format variables for the default formats for the various modesnicm
2019-03-18With force, kill previous job before starting new. Fixes problemnicm
2019-03-15Copy recursion counter into new formats when looping.nicm
2019-03-15Only print format logging when the flag is set, even if also sending to log_d...nicm
2019-03-15The pane and window loops need to pass the window and pane tags whennicm
2019-03-15Add a -v flag to display-message to show verbose messages as the formatnicm
2019-03-14Add a limit on how far format_expand can recurse.nicm
2019-03-14Store the time in the format tree rather than passing it around.nicm
2019-03-14Add format flags for start and end window.nicm
2019-03-14Add T format modifier like E but also do strftime(3).nicm
2019-03-14Accept 0 time as a shorthand for now to format_expand_time.nicm
2019-03-13Tweak format_replace logging.nicm
2019-03-13Add formats to list sessions, windows or panes.nicm
2019-03-13Apply length limits and substitution even to literal formats.nicm