summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Mode init needs to be fired with the mode on the list or it will not benicm
resized correctly.
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Add format variables for the default formats for the various modesnicm
(tree_mode_format and so on) and add a -a flag to display-message to list variables with values.
2019-03-18Update TODO.Nicholas Marriott
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
remove the size limit.
2019-03-18With force, kill previous job before starting new. Fixes problemnicm
reported by Scott Mcdermott in GitHub issue 1627.
2019-03-17Break description of styles into its own section.nicm
2019-03-17Add to TODO.Nicholas Marriott
2019-03-16Use a pointer for the active screen in the status line instead ofnicm
copying them around all the time.
2019-03-16Give status_save_old the client so it can do the reinit too.nicm
2019-03-16Tidy and rename some bits of status line code.nicm
2019-03-15Add a way to set individual defaults for an array option.nicm
2019-03-15Add a : to make error messages clearer.nicm
2019-03-15Copy recursion counter into new formats when looping.nicm
2019-03-15Move status line free into its own function.nicm
2019-03-15Remove unused member of struct client.nicm
2019-03-15Only print format logging when the flag is set, even if also sending to ↵nicm
log_debug.
2019-03-15The pane and window loops need to pass the window and pane tags whennicm
they build their format.
2019-03-15Add a -v flag to display-message to show verbose messages as the formatnicm
is parsed, this gives the user a way to debug problems with formats rather than just being confronted with (for example) a blank status line.
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-14Remove some unnecessary temporary variables and be much less strictnicm
about spacing in style_parse.
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-14Merge branch 'obsd-master'Thomas Adam
2019-03-14Fix ED1 (clear end of screen), reported by Marc Reisner.nicm
2019-03-14Merge branch 'obsd-master'Thomas Adam
2019-03-14A little tidying in style_parse.nicm
2019-03-14Add a wrapper (struct style) around styles rather than using thenicm
grid_cell directly. There will be some non-cell members soon.
2019-03-14Merge branch 'obsd-master'Thomas Adam
2019-03-14Missing space in capture-pane usage, from Ben Boeckel.nicm
Also man page fixed from jmc.
2019-03-14Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner.nicm
2019-03-14Merge branch 'obsd-master'Thomas Adam
2019-03-13Need to set attributes before clearing.nicm
2019-03-13The pane's style should be initialized to default before parsing thenicm
argument.
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
2019-03-13Update TODO.Nicholas Marriott
2019-03-13Apply length limits and substitution even to literal formats.nicm
2019-03-13Add to TODO.Nicholas Marriott
2019-03-13Add E: format to expand a format twice (useful to expand the value of annicm
option).
2019-03-13Make format parsing build the modifiers into a list, standardize hownicm
arguments are given and allow multiple modifiers on a format (separated by ;).
2019-03-13Add to TODO.Nicholas Marriott
2019-03-13Add to TODO.Nicholas Marriott