1. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 4 years, 6 months ago
  2. 5ee4d99 xterm-keys has been on by default for 5 years and all other modern terminals by Nicholas Marriott · 4 years, 6 months ago
  3. 4cb1d3d Move editor stuff to common code in popup.c. by Nicholas Marriott · 4 years, 7 months ago
  4. 1f6c00f Only redraw popup on the client it belongs to. by Nicholas Marriott · 4 years, 7 months ago
  5. af69289 Clamping to area needs to use the offset without the status line, since that is by Nicholas Marriott · 4 years, 7 months ago
  6. 1fa9bcc Turn off overlay check when we know we are inside. by Nicholas Marriott · 4 years, 7 months ago
  7. 3f1fc9c Get the whole overlay screen not just the mode so cursor changes are included. by Nicholas Marriott · 4 years, 7 months ago
  8. 8110c7a Do not hoke into struct window_pane from the tty code and instead set by Nicholas Marriott · 4 years, 7 months ago
  9. cc19203 Add 'e' key in buffer mode to open the buffer in an editor. by Nicholas Marriott · 4 years, 7 months ago
  10. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 7 months ago
  11. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  12. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  13. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
  14. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 7 months ago
  15. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  16. a2efdb2 Limit size to 1x1 (total size 3x3). by nicm · 4 years, 8 months ago
  17. dd2fdcd Support mouse in popups. by nicm · 4 years, 8 months ago
  18. eedf059 Detach reply escape sequences from the pane so they work in popups. by nicm · 4 years, 8 months ago
  19. 586caff Do not check flags after the popup struct has been freed. by nicm · 4 years, 8 months ago
  20. 593fddf Make two -E only close popup automatically if the command exited with 0. by nicm · 4 years, 8 months ago
  21. 4346098 Fix how popup height is calculated to take embedded newlines into account. by nicm · 4 years, 8 months ago
  22. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago