Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-20 |
|\ | |||
| * | Hide struct args behind a couple of accessor functions. | nicm | 2021-08-20 |
| | | |||
| * | Fix warnings, from Jan Tache in GitHub issue 2692. | nicm | 2021-06-10 |
| | | |||
* | | Fix warnings, from Jan Tache in GitHub issue 2692. | Nicholas Marriott | 2021-05-03 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-04-12 |
|\| | |||
| * | Permit shortcut keys in buffer, client, tree modes to be configured with | nicm | 2021-04-12 |
| | | | | | | | | a format; the default remains the line number. GitHub issue 2636. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-03 |
|\| | |||
| * | Redraw any visible modes when status line changes so that formats like | nicm | 2020-12-03 |
| | | | | | | | | | | the pane title are updated. GitHub issue 2487. Also a man page fix from jmc. | ||
| * | Move editor stuff to common code in popup.c. | nicm | 2020-05-16 |
| | | |||
| * | Add a customize mode where keys and options may be browsed and changed, | nicm | 2020-05-16 |
| | | | | | | | | | | includes adding a brief description of each option. Bound to "C" by default. | ||
| * | Use VIS_CSTYLE for paste buffers also. | nicm | 2020-05-16 |
| | | |||
| * | Add 'e' key in buffer mode to open the buffer in an editor. | nicm | 2020-05-16 |
| | | |||
| * | Tweak the default choose modes formats: | nicm | 2020-05-16 |
| | | | | | | | | | | | | - 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. | ||
* | | Move editor stuff to common code in popup.c. | Nicholas Marriott | 2020-05-13 |
| | | |||
* | | Add a customize mode where options may be browsed and changed, includes adding | Nicholas Marriott | 2020-05-08 |
| | | | | | | | | a brief description of each option. Bound to "C" by default. | ||
* | | Use VIS_CSTYLE for paste buffers also. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Add 'e' key in buffer mode to open the buffer in an editor. | Nicholas Marriott | 2020-05-01 |
| | | |||
* | | Tweak the default choose modes formats: | Nicholas Marriott | 2020-04-23 |
| | | | | | | | | | | | | - 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. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-09 |
|\| | |||
| * | Some unnecessary assignments and unused variables. | nicm | 2020-04-09 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-11 |
|\| | |||
| * | Remove unused variables from Ben Boeckel, and a Pp from jmc. | nicm | 2020-02-11 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-13 |
|\| | |||
| * | Show UTF-8 in choose-buffer mode. From KOIE Hidetaka. | nicm | 2019-12-13 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-03 |
|\| | |||
| * | Style nits in function arguments. | nicm | 2019-12-03 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-08-16 |
|\| | |||
| * | Add a flag to reverse sort in the various choose modes, from Benjamin | nicm | 2019-08-16 |
| | | | | | | | | Poirier in GitHub issue 1875. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-29 |
|\| | |||
| * | Use VIS_CSTYLE for the arguments and add the missing escapes it can | nicm | 2019-05-29 |
| | | | | | | | | generate to the parser. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-28 |
|\| | |||
| * | Change display-menu from taking a single string to a set of arguments, | nicm | 2019-05-28 |
| | | | | | | | | which is much easier to work with. Based on a diff from Avi Halachmi. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-12 |
|\| | |||
| * | Add simple menus to tree, client, buffer modes. | nicm | 2019-05-12 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-28 |
|\| | |||
| * | Expand session and window formats for buffer filters. | nicm | 2019-03-28 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 |
|\| | |||
| * | Add format variables for the default formats for the various modes | nicm | 2019-03-18 |
| | | | | | | | | | | (tree_mode_format and so on) and add a -a flag to display-message to list variables with values. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-12 |
|\| | |||
| * | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
| | | | | | | | | on a fix from Marc Reisner. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-07 |
|\| | |||
| * | Add a separate mode struct for the active window mode if any. | nicm | 2019-03-07 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-12-18 |
|\| | |||
| * | Pass window into mode functions. | nicm | 2018-12-18 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-02-28 |
|\| | |||
| * | Add -Z flag to choose-tree, choose-client, choose-buffer to | nicm | 2018-02-28 |
| | | | | | | | | | | | | automatically zoom the pane when the mode is entered and unzoom when it exits, assuming the pane is not already zoomed. Add -Z to the default key bindings. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-11-03 |
|\| | |||
| * | Support mouse on preview in tree mode. | nicm | 2017-11-03 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-11-03 |
|\| | |||
| * | Make the mode draw function use the parent screen directly rather than | nicm | 2017-11-02 |
| | | | | | | | | its own to avoid copying twice. |