aboutsummaryrefslogtreecommitdiff
path: root/popup.c
Commit message (Expand)AuthorAge
* Separate key flags and modifiers, log key flags, make the "xterm" flag moreNicholas Marriott2020-05-15
* xterm-keys has been on by default for 5 years and all other modern terminalsNicholas Marriott2020-05-15
* Move editor stuff to common code in popup.c.Nicholas Marriott2020-05-13
* Only redraw popup on the client it belongs to.Nicholas Marriott2020-05-05
* Clamping to area needs to use the offset without the status line, since that isNicholas Marriott2020-05-02
* Turn off overlay check when we know we are inside.Nicholas Marriott2020-05-01
* Get the whole overlay screen not just the mode so cursor changes are included.Nicholas Marriott2020-05-01
* Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott2020-05-01
* Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott2020-05-01
* Add helpers for the simple case of parse string and add to command queue.nicm2020-04-13
* When adding a list of commands to the queue, instead of automaticallynicm2020-04-13
* Move cmdq_state into cmd-queue.c.nicm2020-04-13
* Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
* Store a key event not a mouse event in the shared data.nicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Limit size to 1x1 (total size 3x3).nicm2020-04-07
* Support mouse in popups.nicm2020-04-01
* Detach reply escape sequences from the pane so they work in popups.nicm2020-03-31
* Do not check flags after the popup struct has been freed.nicm2020-03-30
* Make two -E only close popup automatically if the command exited with 0.nicm2020-03-28
* Fix how popup height is calculated to take embedded newlines into account.nicm2020-03-28
* Add support for overlay popup boxes to show text or output temporarilynicm2020-03-24