Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
f03b61131b3407929fea187a309fb336017791d1
/
popup.c
187277e
Add helpers for the simple case of parse string and add to command queue.
by nicm
· 6 years ago
3f86d6d
When adding a list of commands to the queue, instead of automatically
by nicm
· 6 years ago
adb76fd
Move cmdq_state into cmd-queue.c.
by nicm
· 6 years ago
9a65102
Rename cmdq_shared to cmdq_state which will better reflect what it is
by nicm
· 6 years ago
77d5b0c
Store a key event not a mouse event in the shared data.
by nicm
· 6 years ago
04cdd03
Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its
by nicm
· 6 years ago
a2efdb2
Limit size to 1x1 (total size 3x3).
by nicm
· 6 years ago
dd2fdcd
Support mouse in popups.
by nicm
· 6 years ago
eedf059
Detach reply escape sequences from the pane so they work in popups.
by nicm
· 6 years ago
586caff
Do not check flags after the popup struct has been freed.
by nicm
· 6 years ago
593fddf
Make two -E only close popup automatically if the command exited with 0.
by nicm
· 6 years ago
4346098
Fix how popup height is calculated to take embedded newlines into account.
by nicm
· 6 years ago
8a838b0
Add support for overlay popup boxes to show text or output temporarily
by nicm
· 6 years ago