index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
popup.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master' into master
Thomas Adam
2021-08-14
|
\
|
*
Tweak how mouse works on popup: only Meta alone resizes or moves, not
nicm
2021-08-13
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-08-14
|
\
|
|
*
Check callback needs to only return 0 (text should be suppressed) if
nicm
2021-08-13
|
*
Fill in some other bits on new panes.
nicm
2021-08-13
|
*
Add menu options to convert a popup into a pane.
nicm
2021-08-13
|
*
Adjust overlay check callback before drawing data from pty.
nicm
2021-08-13
|
*
Add a menu when a popup is present (mouse only for now).
nicm
2021-08-13
|
*
Add -B flag to remove border from popup.
nicm
2021-08-13
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-08-12
|
\
|
|
*
Break the colour palette into a struct rather than just a single array
nicm
2021-08-11
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-08-05
|
\
|
|
*
Do not freeze output in panes when a popup is open, let them continue to
nicm
2021-08-05
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-07-21
|
\
|
|
*
Do not close popups on resize, instead adjust them to fit, from Anindya
nicm
2021-07-21
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-03-02
|
\
|
|
*
Drop support for popups where the content is provided directly to tmux
nicm
2021-03-02
*
|
Merge branch 'obsd-master' into master
Thomas Adam
2021-02-02
|
\
|
|
*
Fix popup mouse position.
nicm
2021-02-02
*
|
Merge branch 'obsd-master'
Thomas Adam
2020-09-22
|
\
|
|
*
Resize screen to the correct size (borders need to be taken off).
nicm
2020-09-22
*
|
No paths.h.
Nicholas Marriott
2020-05-16
|
/
*
Separate key flags and modifiers, log key flags, make the "xterm" flag
nicm
2020-05-16
*
Move editor stuff to common code in popup.c.
nicm
2020-05-16
*
Only redraw popup on the client it belongs to.
nicm
2020-05-16
*
Do not hoke into struct window_pane from the tty code and instead set
nicm
2020-05-16
*
Add 'e' key in buffer mode to open the buffer in an editor.
nicm
2020-05-16
*
Add helpers for the simple case of parse string and add to command queue.
nicm
2020-04-13
*
When adding a list of commands to the queue, instead of automatically
nicm
2020-04-13
*
Move cmdq_state into cmd-queue.c.
nicm
2020-04-13
*
Rename cmdq_shared to cmdq_state which will better reflect what it is
nicm
2020-04-13
*
Store a key event not a mouse event in the shared data.
nicm
2020-04-13
*
Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its
nicm
2020-04-13
*
Limit size to 1x1 (total size 3x3).
nicm
2020-04-07
*
Support mouse in popups.
nicm
2020-04-01
*
Detach reply escape sequences from the pane so they work in popups.
nicm
2020-03-31
*
Do not check flags after the popup struct has been freed.
nicm
2020-03-30
*
Make two -E only close popup automatically if the command exited with 0.
nicm
2020-03-28
*
Fix how popup height is calculated to take embedded newlines into account.
nicm
2020-03-28
*
Add support for overlay popup boxes to show text or output temporarily
nicm
2020-03-24