summaryrefslogtreecommitdiffstats
path: root/window-buffer.c
AgeCommit message (Collapse)Author
2024-03-21Merge branch 'obsd-master'Thomas Adam
2024-03-21Use -p for default paste-buffer command in buffer mode, it will only donicm
anything if the application asked for it. From Gregory Anders.
2022-11-03Merge branch 'obsd-master'Thomas Adam
2022-11-03If there are no buffers, reset mode as soon as any key pressed. Fixesnicm
crash reported by Gaoyang Zhang in GitHub issue 3373.
2022-05-30Spacing/style nits.nicm
2022-04-06Some style nits.Nicholas Marriott
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20Hide struct args behind a couple of accessor functions.nicm
2021-06-10Fix warnings, from Jan Tache in GitHub issue 2692.nicm
2021-05-03Fix warnings, from Jan Tache in GitHub issue 2692.Nicholas Marriott
2021-04-12Merge branch 'obsd-master' into masterThomas Adam
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
a format; the default remains the line number. GitHub issue 2636.
2020-12-03Merge branch 'obsd-master' into masterThomas Adam
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
the pane title are updated. GitHub issue 2487. Also a man page fix from jmc.
2020-05-16Move editor stuff to common code in popup.c.nicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
includes adding a brief description of each option. Bound to "C" by default.
2020-05-16Use VIS_CSTYLE for paste buffers also.nicm
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.nicm
2020-05-16Tweak the default choose modes formats:nicm
- Only show pane title if it is not default and not empty. - Add a prettier time format and use that instead of long ctime(). - Remove clutter and change the order.
2020-05-13Move editor stuff to common code in popup.c.Nicholas Marriott
2020-05-08Add a customize mode where options may be browsed and changed, includes addingNicholas Marriott
a brief description of each option. Bound to "C" by default.
2020-05-01Use VIS_CSTYLE for paste buffers also.Nicholas Marriott
2020-05-01Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-04-23Tweak the default choose modes formats:Nicholas Marriott
- Only show pane title if it is not default and not empty. - Add a prettier time format and use that instead of long ctime(). - Remove clutter and change the order.
2020-04-09Merge branch 'obsd-master'Thomas Adam
2020-04-09Some unnecessary assignments and unused variables.nicm
2020-02-11Merge branch 'obsd-master'Thomas Adam
2020-02-11Remove unused variables from Ben Boeckel, and a Pp from jmc.nicm
2019-12-13Merge branch 'obsd-master'Thomas Adam
2019-12-13Show UTF-8 in choose-buffer mode. From KOIE Hidetaka.nicm
2019-12-03Merge branch 'obsd-master'Thomas Adam
2019-12-03Style nits in function arguments.nicm
2019-08-16Merge branch 'obsd-master'Thomas Adam
2019-08-16Add a flag to reverse sort in the various choose modes, from Benjaminnicm
Poirier in GitHub issue 1875.
2019-05-29Merge branch 'obsd-master'Thomas Adam
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm
generate to the parser.
2019-05-28Merge branch 'obsd-master'Thomas Adam
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
which is much easier to work with. Based on a diff from Avi Halachmi.
2019-05-12Merge branch 'obsd-master'Thomas Adam
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-03-28Merge branch 'obsd-master'Thomas Adam
2019-03-28Expand session and window formats for buffer filters.nicm
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-12Merge branch 'obsd-master'Thomas Adam
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
on a fix from Marc Reisner.
2019-03-07Merge branch 'obsd-master'Thomas Adam
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2018-12-18Merge branch 'obsd-master'Thomas Adam
2018-12-18Pass window into mode functions.nicm