1. 269dab4 Merge branch 'obsd-master' by Thomas Adam · 1 year, 5 months ago
  2. 8b3e2ea Use a stack for last panes line windows, from Thomas Bertschinger in by nicm · 1 year, 5 months ago
  3. 9d8131c Merge branch 'obsd-master' by Thomas Adam · 1 year, 7 months ago
  4. c21af7e Add a format to show if there are unseen changes while in a mode, from by nicm · 1 year, 8 months ago
  5. 5086377 Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
  6. 7c0789d Have client return 1 if process is interrupted to an input pane. by nicm · 1 year, 11 months ago
  7. 21e00e4 Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
  8. 09afc6c If a pane is killed, cancel reading from the file. GitHub issue 3422. by nicm · 1 year, 11 months ago
  9. f7b30ed Merge branch 'obsd-master' by Thomas Adam · 2 years, 3 months ago
  10. e867528 Check for NULL returns from bufferevent_new. by nicm · 2 years, 3 months ago
  11. 8ff3091 Merge branch 'obsd-master' by Thomas Adam · 2 years, 5 months ago
  12. d9f8485 Check cursor options when a pane is created, not just when they are changed. by nicm · 2 years, 5 months ago
  13. 0a8f356 Spacing/style nits. by nicm · 2 years, 6 months ago
  14. 3a6d82b Some style nits. by Nicholas Marriott · 2 years, 8 months ago
  15. 5d4c3ef Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
  16. e6e737a Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
  17. 1fdec20 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  18. c401c91 Update focus when active pane changes after pane destroyed. by nicm · 2 years, 10 months ago
  19. fed7b29 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  20. 9574496 Handle splitw -I correctly when used from an attached client, GitHub issue 2917. by nicm · 3 years, 2 months ago
  21. 609baea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  22. fd756a1 Allow control mode clients to set a hard limit on the window width and by nicm · 3 years, 3 months ago
  23. 944fde7 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  24. 01b13de Fill colour palette correctly from option for new panes, GitHub issue 2831. by nicm · 3 years, 3 months ago
  25. 54773d2 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  26. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 4 months ago
  27. 44ada9c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  28. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 4 months ago
  29. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  30. 9f38a88 Include current client in size calculation for new sessions, GitHub issue 2662. by nicm · 3 years, 6 months ago
  31. cf6034d Change resize timers and flags into one timer and a queue to fix problems with by Nicholas Marriott · 3 years, 7 months ago
  32. cd6af4a Include current client in size calcultion for new sessions, GitHub issue 2662. by Nicholas Marriott · 3 years, 7 months ago
  33. 12cfd0d Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  34. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 9 months ago
  35. cb7e669 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  36. e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 9 months ago
  37. 9ff017e Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  38. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
  39. 950e982 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 12 months ago
  40. 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 3 years, 12 months ago
  41. 824efe7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  42. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 6 months ago
  43. 92c8cc1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  44. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
  45. 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  46. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  47. 40126ee Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  48. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
  49. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 4 years, 6 months ago
  50. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  51. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
  52. 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 4 years, 6 months ago
  53. 57fe03d Move lazy resize from the pane to the window, there is no point in resizing the by Nicholas Marriott · 4 years, 6 months ago
  54. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 4 years, 7 months ago
  55. 8110c7a Do not hoke into struct window_pane from the tty code and instead set by Nicholas Marriott · 4 years, 7 months ago
  56. 3d76748 Need to redraw borders now when some things change. Also change default so that by Nicholas Marriott · 4 years, 7 months ago
  57. 1f8256f Drop having a separate type for style options and make them all strings, which by Nicholas Marriott · 4 years, 7 months ago
  58. 79b4d83 Use a grid cell not a style for the pane style. by Nicholas Marriott · 4 years, 7 months ago
  59. 653a159 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  60. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 8 months ago
  61. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  62. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 8 months ago
  63. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  64. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago
  65. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  66. c4d0089 Pass correct flags to fnmatch. by nicm · 4 years, 8 months ago
  67. 8fa0b0c Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  68. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 8 months ago
  69. c9cd8f9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  70. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  71. 35c4897 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  72. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 8 months ago
  73. 45be93f Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  74. 9abeff7 FIx type for %u, from Thomas Adam. by nicm · 4 years, 9 months ago
  75. c391d50 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  76. 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 10 months ago
  77. 8457f54 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  78. 04eee24 Treat plausible but invalid keys (like C-BSpace) as literal like any by nicm · 4 years, 11 months ago
  79. 7922f4e Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  80. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 12 months ago
  81. e00730d Fix bad merge. by Nicholas Marriott · 4 years, 12 months ago
  82. 5f5f029 Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  83. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
  84. 57948a0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  85. ccdebea Start with empty rather than NULL window name to avoid NULL printf if by nicm · 5 years ago
  86. 658ecb0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  87. 0feae4d Make client exit if pane where input is going is closed. by nicm · 5 years ago
  88. 4fa1f96 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  89. df0334d The resize event was never deciding to actually resize the pane if there by nicm · 5 years ago
  90. ed0f283 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  91. 0f243f0 Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to by nicm · 5 years ago
  92. abcd4bd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  93. cf30e0f Do not double free window if pane fails to start. by nicm · 5 years ago
  94. c4a9299 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  95. 3a6d90a Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. by nicm · 5 years ago
  96. f797ac9 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  97. c599ad6 Log window and pane resizes. by nicm · 5 years ago
  98. d83f356 Add #define for the pane status line option position numbers. by nicm · 5 years ago
  99. c14b0d7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  100. bdab595 Trim trailing spaces when matching. by nicm · 5 years ago