summaryrefslogtreecommitdiffstats
path: root/format.c
AgeCommit message (Expand)Author
2019-09-25Mouse formats don't work in copy mode so don't try to use them.nicm
2019-07-09Merge branch 'obsd-master'Thomas Adam
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersnicm
2019-06-24Merge branch 'obsd-master'Thomas Adam
2019-06-24Expand arguments to C and s format modifiers (matches m which already expands).nicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Expand command formats in %if and move the config file loading later (tonicm
2019-06-15Merge branch 'obsd-master'Thomas Adam
2019-06-15Use the right format modifier when comparing, and remove a couple ofnicm
2019-06-14Merge branch 'obsd-master'Thomas Adam
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-06-01Merge branch 'obsd-master'Thomas Adam
2019-05-31Fix warnings, from Ben Boeckel.nicm
2019-05-28Merge branch 'obsd-master'Thomas Adam
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-27Merge branch 'obsd-master'Thomas Adam
2019-05-27Go less crazy with horizontal separators on default menus.nicm
2019-05-26Merge branch 'obsd-master'Thomas Adam
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-26Merge branch 'obsd-master'Thomas Adam
2019-05-26Add a way to append or prepend to a format if the length has been limited.nicm
2019-05-25Merge branch 'obsd-master'Thomas Adam
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.nicm
2019-05-13Merge branch 'obsd-master'Thomas Adam
2019-05-13Always include Lock in the menu.nicm
2019-05-10Merge branch 'obsd-master'Thomas Adam
2019-05-10Fix a typo in previous (, -> :).nicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-09Merge branch 'obsd-master'Thomas Adam
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.nicm
2019-05-03Merge branch 'obsd-master'Thomas Adam
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm
2019-04-25Merge branch 'obsd-master'Thomas Adam
2019-04-25Make options_tostring allocate its result instead of using a stacknicm
2019-03-29Merge branch 'obsd-master'Thomas Adam
2019-03-29Free old strings after they have been expanded in format_choose.nicm
2019-03-28Merge branch 'obsd-master'Thomas Adam
2019-03-28Expand session and window formats for buffer filters.nicm
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-19Add a cursor_character format.nicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Merge branch 'obsd-master'Thomas Adam
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