1. 7d7d7c9 Tweak how mouse works on popup: only Meta alone resizes or moves, not by nicm · 4 years, 3 months ago
  2. 63aa968 Check callback needs to only return 0 (text should be suppressed) if by nicm · 4 years, 3 months ago
  3. 7a0cec5 Fill in some other bits on new panes. by nicm · 4 years, 3 months ago
  4. 2588c3e Add menu options to convert a popup into a pane. by nicm · 4 years, 3 months ago
  5. 92615b5 Adjust overlay check callback before drawing data from pty. by nicm · 4 years, 3 months ago
  6. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 4 years, 3 months ago
  7. 614611a Add -B flag to remove border from popup. by nicm · 4 years, 3 months ago
  8. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 4 years, 3 months ago
  9. 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 4 years, 3 months ago
  10. f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 4 years, 4 months ago
  11. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 4 years, 8 months ago
  12. f0546b0 Fix popup mouse position. by nicm · 4 years, 9 months ago
  13. 51909a1 Resize screen to the correct size (borders need to be taken off). by nicm · 5 years ago
  14. 292b335 Separate key flags and modifiers, log key flags, make the "xterm" flag by nicm · 5 years ago
  15. 72984c4 Move editor stuff to common code in popup.c. by nicm · 5 years ago
  16. 469eda7 Only redraw popup on the client it belongs to. by nicm · 5 years ago
  17. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 5 years ago
  18. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 5 years ago
  19. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 6 years ago
  20. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 6 years ago
  21. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 6 years ago
  22. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 6 years ago
  23. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 6 years ago
  24. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 6 years ago
  25. a2efdb2 Limit size to 1x1 (total size 3x3). by nicm · 6 years ago
  26. dd2fdcd Support mouse in popups. by nicm · 6 years ago
  27. eedf059 Detach reply escape sequences from the pane so they work in popups. by nicm · 6 years ago
  28. 586caff Do not check flags after the popup struct has been freed. by nicm · 6 years ago
  29. 593fddf Make two -E only close popup automatically if the command exited with 0. by nicm · 6 years ago
  30. 4346098 Fix how popup height is calculated to take embedded newlines into account. by nicm · 6 years ago
  31. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 6 years ago