History log of /openbsd/usr.bin/tmux/cmd-display-menu.c (Results 1 – 25 of 43)
Revision Date Author Comments
# 324571b2 21-Mar-2024 nicm <nicm@openbsd.org>

Add -M to always turn mouse on in a menu, GitHub issue 3779.


# 19c94b00 15-Aug-2023 nicm <nicm@openbsd.org>

Add an option menu-selected-style to configure the currently selected
menu item, from Alexis Hildebrandt.


# 17d7ce67 08-Aug-2023 nicm <nicm@openbsd.org>

Add options and flags for menu styles similar to those existing for
popups, from Alexis Hildebrandt. GitHub issue 3650.


# 4b5f3832 07-Aug-2023 nicm <nicm@openbsd.org>

Free title earlier, from Alexis Hildebrandt.


# 6987aaaa 15-Mar-2023 nicm <nicm@openbsd.org>

Do not leak screen in popups, GitHub issue 3492.


# 009dd187 20-Jan-2023 nicm <nicm@openbsd.org>

Add a flag to display-menu to select the manu item chosen first, GitHub
issue 3442.


# ffda99cd 25-Oct-2021 nicm <nicm@openbsd.org>

Add -s and -S to display-popup to set popup and border style, from
Alexis Hildebrandt in GitHub issue 2931.


# dad8e5c0 20-Oct-2021 nicm <nicm@openbsd.org>

Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.


# ccb627cd 14-Oct-2021 nicm <nicm@openbsd.org>

Add popup-border-lines option to set popup line style, from Alexis
Hildebrandt, GitHub issue 2930.


# 03a1f8dd 11-Oct-2021 nicm <nicm@openbsd.org>

Add -e flag to set environment for popup, from Alexis Hildebrandt in
GitHub issue 2924.


# d8b32369 27-Aug-2021 nicm <nicm@openbsd.org>

Replace %% in command lists (by copying them) for template arguments ,
this means they can be used with {} as well. Also make argument
processing from an existing vector preserve commands. GitHub iss

Replace %% in command lists (by copying them) for template arguments ,
this means they can be used with {} as well. Also make argument
processing from an existing vector preserve commands. GitHub issue 2858.

show more ...


# e4c0b811 25-Aug-2021 nicm <nicm@openbsd.org>

Validate command argument types (string or command list) and give more
useful error messages.


# 2ce14837 23-Aug-2021 nicm <nicm@openbsd.org>

Limit width and height to tty correctly, GitHub issue 2843.


# 80b5a9d1 22-Aug-2021 nicm <nicm@openbsd.org>

Do not double free expanded path in source-file, also remove some
unnecessary assignments.


# a51dead1 21-Aug-2021 nicm <nicm@openbsd.org>

Add args parsing callback for some future work, currently unused.


# 1693b10b 20-Aug-2021 nicm <nicm@openbsd.org>

Hide struct args behind a couple of accessor functions.


# 01a3f482 13-Aug-2021 nicm <nicm@openbsd.org>

Add -B flag to remove border from popup.


# 90aa0eb2 21-Jul-2021 nicm <nicm@openbsd.org>

Do not add height twice when calculating popup_mouse_top, from M Kelly.


# 0711c05b 08-Jul-2021 nicm <nicm@openbsd.org>

Fix mouse_word format now word-separators has no space and position of
menu if too close to the bottom.


# 7eff34ac 10-Jun-2021 nicm <nicm@openbsd.org>

Fix display-menu -xR, from Alexis Hildebrandt.


# 309e6403 02-Mar-2021 nicm <nicm@openbsd.org>

Drop support for popups where the content is provided directly to tmux
(which does not have many practical uses) and only support running a
program in the popup. display-popup is now simpler and can

Drop support for popups where the content is provided directly to tmux
(which does not have many practical uses) and only support running a
program in the popup. display-popup is now simpler and can accept
multiple arguments to avoid escaping problems (like the other commands).

show more ...


# 9c7ce6d0 26-Nov-2020 nicm <nicm@openbsd.org>

Fix check for vertical centre.


# 5c4a047f 03-Nov-2020 nicm <nicm@openbsd.org>

Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot
com in GitHub issue 2442.


# 5971ac85 30-Oct-2020 nicm <nicm@openbsd.org>

Add a -O flag to display-menu to change the mouse behaviour and not
close the menu when the mouse is released, from teo_paul1 at yahoo dot
com.


# a6c9106f 16-May-2020 nicm <nicm@openbsd.org>

Add 'e' key in buffer mode to open the buffer in an editor.


12