ac2779f4d8
Merge branch 'obsd-master'
2025-04-09 10:01:12 +01:00
68ffe65499
Fix documentation around optional arguments. This includes:
...
- Syncing between the usage string in code and in the man page.
- Adding optional arguments that were not mentioned (such as
shell-command arguments).
- Adding square brackets around arguments that are actually optional.
From Julian Prein (julian at druck dot dev) in GitHub issue 4419.
2025-04-09 07:03:04 +00:00
ef68debc8d
Merge branch 'obsd-master'
2025-01-27 12:01:13 +00:00
244bb726e2
Add some missing spaces, from Ilya Grigoriev.
2025-01-27 09:05:22 +00:00
3c3643f580
Merge branch 'obsd-master'
2024-03-21 14:01:10 +00:00
d8ddeec7db
Add -M to always turn mouse on in a menu, GitHub issue 3779.
2024-03-21 11:51:32 +00:00
6a45e6c256
Merge branch 'obsd-master'
2023-08-15 10:01:09 +01:00
b770a429c6
Add an option menu-selected-style to configure the currently selected
...
menu item, from Alexis Hildebrandt.
2023-08-15 07:01:47 +00:00
4c60afde78
Merge branch 'obsd-master'
2023-08-08 12:01:10 +01:00
dee72ed41f
Add options and flags for menu styles similar to those existing for
...
popups, from Alexis Hildebrandt. GitHub issue 3650.
2023-08-08 08:08:47 +00:00
b791f00bf1
Merge branch 'obsd-master'
2023-08-07 14:01:12 +01:00
7b1030293c
Free title earlier, from Alexis Hildebrandt.
2023-08-07 10:52:00 +00:00
22eb0334c3
Merge branch 'obsd-master'
2023-03-15 22:01:09 +00:00
a9ac614691
Do not leak screen in popups, GitHub issue 3492.
2023-03-15 19:23:22 +00:00
c42087c789
Merge branch 'obsd-master'
2023-01-21 00:01:11 +00:00
3aa458ea63
Add a flag to display-menu to select the manu item chosen first, GitHub
...
issue 3442.
2023-01-20 21:36:00 +00:00
3934d9b24d
Merge branch 'obsd-master' into master
2021-10-25 12:01:11 +01:00
ef46eb91a5
Add -s and -S to display-popup to set popup and border style, from
...
Alexis Hildebrandt in GitHub issue 2931.
2021-10-25 09:38:36 +00:00
1bf2f811ea
Merge branch 'obsd-master' into master
2021-10-20 14:01:15 +01:00
8a9bfd0cdd
Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.
2021-10-20 09:50:40 +00:00
264fe7fc2a
Merge branch 'obsd-master' into master
2021-10-14 16:01:20 +01:00
add20637f2
Add popup-border-lines option to set popup line style, from Alexis
...
Hildebrandt, GitHub issue 2930.
2021-10-14 13:19:01 +00:00
af82106fae
Merge branch 'obsd-master' into master
2021-10-11 14:01:13 +01:00
759efe1b33
Add -e flag to set environment for popup, from Alexis Hildebrandt in
...
GitHub issue 2924.
2021-10-11 10:55:30 +00:00
609baea95e
Merge branch 'obsd-master' into master
2021-08-27 20:01:11 +01:00
daec63e5e6
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.
2021-08-27 17:25:55 +00:00
c6375a0d40
Merge branch 'obsd-master' into master
2021-08-25 12:01:11 +01:00
03d173cbd8
Validate command argument types (string or command list) and give more
...
useful error messages.
2021-08-25 08:51:55 +00:00
95a374d7d2
Merge branch 'obsd-master' into master
2021-08-23 16:06:46 +01:00
3ed37a2079
Limit width and height to tty correctly, GitHub issue 2843.
2021-08-23 08:17:41 +00:00
03054598df
Merge branch 'obsd-master' into master
2021-08-22 16:01:19 +01:00
72d905f32c
Do not double free expanded path in source-file, also remove some
...
unnecessary assignments.
2021-08-22 13:48:29 +00:00
62036121fa
Merge branch 'obsd-master' into master
2021-08-21 12:01:41 +01:00
08e6360f23
Add args parsing callback for some future work, currently unused.
2021-08-21 10:22:38 +00:00
b0da0cee4d
Merge branch 'obsd-master' into master
2021-08-20 22:01:46 +01:00
5f32b7d961
Hide struct args behind a couple of accessor functions.
2021-08-20 19:50:16 +00:00
54773d23b5
Merge branch 'obsd-master' into master
2021-08-14 01:34:54 +01:00
614611a8bd
Add -B flag to remove border from popup.
2021-08-13 17:03:29 +00:00
7cbf4c9027
Merge branch 'obsd-master' into master
2021-07-21 10:01:24 +01:00
78ec057916
Do not add height twice when calculating popup_mouse_top, from M Kelly.
2021-07-21 08:09:43 +00:00
c1d5dda62e
Merge branch 'obsd-master' into master
2021-07-08 14:01:21 +01:00
51915b9b0a
Fix mouse_word format now word-separators has no space and position of
...
menu if too close to the bottom.
2021-07-08 11:14:53 +00:00
788f56b40a
Fix display-menu -xR, from Alexis Hildebrandt.
2021-06-10 07:22:06 +00:00
73cf767a35
Fix display-menu -xR, from Alexis Hildebrandt.
2021-04-16 12:12:50 +01:00
fb039d5b82
paths.h is compat.
2021-03-02 12:09:59 +00:00
c44750792a
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).
2021-03-02 10:56:45 +00:00
fd5c3e6122
Fix check for vertical centre.
2020-11-26 13:06:21 +00:00
9d83c5e948
Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot
...
com in GitHub issue 2442.
2020-11-03 08:09:35 +00:00
649e5970e9
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.
2020-10-30 08:55:56 +00:00
78595457f9
Add 'e' key in buffer mode to open the buffer in an editor.
2020-05-16 15:24:28 +00:00