summaryrefslogtreecommitdiffstats
path: root/format.c
AgeCommit message (Expand)Author
2019-06-14Do not crash if the environment variable is present but empty.nicm
2019-06-05If only one of -x or -y is given, use the calculated size for theNicholas Marriott
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
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-14Merge branch 'obsd-master'Thomas Adam
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-13Merge branch 'obsd-master'Thomas Adam
2019-03-13Tweak format_replace logging.nicm
2019-03-13Merge branch 'obsd-master'Thomas Adam
2019-03-13Add formats to list sessions, windows or panes.nicm