1. 29a5dfc Merge branch 'obsd-master' by Thomas Adam · 1 year, 5 months ago
  2. 645bf8b Check fdopen return value, from Christian Menges. by nicm · 1 year, 5 months ago
  3. f41c536 Merge branch 'obsd-master' by Thomas Adam · 1 year, 6 months ago
  4. bdd05bd Fix mismatch between function prototype and definition, from Anindya Mukherjee. by nicm · 1 year, 6 months ago
  5. 22eb033 Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
  6. a9ac614 Do not leak screen in popups, GitHub issue 3492. by nicm · 1 year, 9 months ago
  7. c42087c Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
  8. 3aa458e Add a flag to display-menu to select the manu item chosen first, GitHub by nicm · 1 year, 10 months ago
  9. 2be5488 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
  10. a9b8809 Use correct size for screen when popup is created without borders. by nicm · 2 years, 9 months ago
  11. 722f395 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
  12. 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
  13. a5cf7a9 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  14. 97900d0 A menu must be shown on a client, so always give the client when adding by nicm · 2 years, 10 months ago
  15. 6c0397f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  16. a6b361e Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue 3038. by nicm · 2 years, 10 months ago
  17. 3934d9b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  18. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  19. 0cca695 Instead of setting the popup default colours in the draw callback, set by nicm · 3 years, 1 month ago
  20. 1bf2f81 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  21. acba076 Remove a TODO comment. by nicm · 3 years, 1 month ago
  22. 264fe7f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  23. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 1 month ago
  24. fb23df6 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  25. 837ca17 Add popup-style and popup-border-style options, from Alexis Hildebrandt by nicm · 3 years, 1 month ago
  26. aff2a47 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  27. b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 2 months ago
  28. af82106 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  29. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 2 months ago
  30. 1a7eb6c Revert previous; this is not how it should work. by nicm · 3 years, 3 months ago
  31. 158f0e8 Start sync before drawing popup. by nicm · 3 years, 3 months ago
  32. 79f075b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  33. 54773d2 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  34. 7d7d7c9 Tweak how mouse works on popup: only Meta alone resizes or moves, not by nicm · 3 years, 3 months ago
  35. 63aa968 Check callback needs to only return 0 (text should be suppressed) if by nicm · 3 years, 3 months ago
  36. 7a0cec5 Fill in some other bits on new panes. by nicm · 3 years, 3 months ago
  37. 2588c3e Add menu options to convert a popup into a pane. by nicm · 3 years, 3 months ago
  38. 92615b5 Adjust overlay check callback before drawing data from pty. by nicm · 3 years, 3 months ago
  39. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
  40. 614611a Add -B flag to remove border from popup. by nicm · 3 years, 3 months ago
  41. 44ada9c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  42. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 4 months ago
  43. e3fa6cd Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  44. 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 3 years, 4 months ago
  45. 7cbf4c9 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  46. f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
  47. 2301bee Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  48. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  49. 86955db Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  50. f0546b0 Fix popup mouse position. by nicm · 3 years, 10 months ago
  51. 859a4c3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  52. 51909a1 Resize screen to the correct size (borders need to be taken off). by nicm · 4 years, 2 months ago
  53. dc56b3c No paths.h. by Nicholas Marriott · 4 years, 6 months ago
  54. 292b335 Separate key flags and modifiers, log key flags, make the "xterm" flag by nicm · 4 years, 6 months ago
  55. 72984c4 Move editor stuff to common code in popup.c. by nicm · 4 years, 6 months ago
  56. 469eda7 Only redraw popup on the client it belongs to. by nicm · 4 years, 6 months ago
  57. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  58. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 6 months ago
  59. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 8 months ago
  60. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 8 months ago
  61. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 8 months ago
  62. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 8 months ago
  63. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 8 months ago
  64. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 8 months ago
  65. a2efdb2 Limit size to 1x1 (total size 3x3). by nicm · 4 years, 8 months ago
  66. dd2fdcd Support mouse in popups. by nicm · 4 years, 8 months ago
  67. eedf059 Detach reply escape sequences from the pane so they work in popups. by nicm · 4 years, 8 months ago
  68. 586caff Do not check flags after the popup struct has been freed. by nicm · 4 years, 8 months ago
  69. 593fddf Make two -E only close popup automatically if the command exited with 0. by nicm · 4 years, 8 months ago
  70. 4346098 Fix how popup height is calculated to take embedded newlines into account. by nicm · 4 years, 8 months ago
  71. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago