aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Allow detach even if suspend flag set, GitHub issue 2932.nicm2021-10-28
| |
| * Expand command as a format, GitHub issue 2920.nicm2021-10-28
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-26
|\|
| * Accept some emacs control keys in vi normal mode, from Alexisnicm2021-10-26
| | | | | | | | Hildebrandt in GitHub issue 2922.
| * Do not allow inline styles to replace mode-style for the selected item,nicm2021-10-26
| | | | | | | | from Alexis Hildebrandt in GitHub issue 2946.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-26
|\|
| * Add a way to force a colour to RGB and a format to display it.nicm2021-10-25
| |
| * Missing Pp, from Alexis Hildebrandt.nicm2021-10-25
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-25
|\|
| * Add -s and -S to display-popup to set popup and border style, fromnicm2021-10-25
| | | | | | | | Alexis Hildebrandt in GitHub issue 2931.
| * Instead of setting the popup default colours in the draw callback, setnicm2021-10-25
| | | | | | | | | | | | it up in popup_display and follow the same routine as panes in the draw and init_ctx callbacks - use the palette if the option value is default. Allows application-set fg and bg to work in panes again.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-25
|\|
| * For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | 3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-22
|\|
| * Remove key and trim text if menu cannot fit in available space, based onnicm2021-10-22
| | | | | | | | a change from Alexis Hildebrandt.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-21
|\|
| * Correctly adjust the end pointer for a two character terminator beforenicm2021-10-21
| | | | | | | | decoding OSC 52 response, from Daniel Ekloef in GitHub issue 2942.
| * Show error if user option doesn't exist, GitHub issue 2938.nicm2021-10-21
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-20
|\|
| * Remove a TODO comment.nicm2021-10-20
| |
| * Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.nicm2021-10-20
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-19
|\|
| * Same as -N, don't send if 0 arguments and -R.nicm2021-10-19
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-18
|\|
| * Fix menu width containing disabled items, from Alexis Hildebrandt innicm2021-10-18
| | | | | | | | GitHub issue 2935.
| * Spacing fixes from Alexis Hildebrandt.nicm2021-10-18
| |
| * Remove duplicate options, spotted by Ricky Cintron.nicm2021-10-18
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-15
|\|
| * Do not send any key if -N flag is given even if no other arguments,nicm2021-10-15
| | | | | | | | fixes problem with repeat in copy mode reported by tb@.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-14
|\|
| * Add popup-border-lines option to set popup line style, from Alexisnicm2021-10-14
| | | | | | | | Hildebrandt, GitHub issue 2930.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-14
|\|
| * When checking ranges in tty_cmd_cells, cannot use the tty cursornicm2021-10-14
| | | | | | | | | | | | | | position and tty_cursor because it may be at the final invisible cursor position on automargin terminals. The text to be drawn is confined to the pane, so use the pane cursor position for the checks instead. Fix from Anindya Mukherjee, redraw problem reported by naddy@.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-13
|\|
| * Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm2021-10-13
| | | | | | | | in GitHub issue 2927.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-11
|\|
| * Make positions hidden by overlays range-based rather than character-based,nicm2021-10-11
| | | | | | | | from Anindya Mukherjee.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-11
|\|
| * Add -e flag to set environment for popup, from Alexis Hildebrandt innicm2021-10-11
| | | | | | | | GitHub issue 2924.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-08
|\|
| * remove extra .El;jmc2021-10-08
| |
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-08
|\|
| * Add tags for command aliaseskn2021-10-08
| | | | | | | | | | | | | | Make ":tnew" work, i.e. bring the reader to the definition of the full "new-window" command aliased as "new" just like ":tnew-window" would. OK nicm
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-07
|\|
| * Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.nicm2021-10-07
| |
| * Handle splitw -I correctly when used from an attached client, GitHubnicm2021-10-07
| | | | | | | | issue 2917.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-06
|\|
| * Do not reset cursor to default if it has never been changed, fixesnicm2021-10-06
| | | | | | | | problem reported by naddy.
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-06
|\|
| * Fix some warnings.nicm2021-10-05
| |