1. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 4 years, 6 months ago
  2. 8110c7a Do not hoke into struct window_pane from the tty code and instead set by Nicholas Marriott · 4 years, 7 months ago
  3. 3d76748 Need to redraw borders now when some things change. Also change default so that by Nicholas Marriott · 4 years, 7 months ago
  4. 1f8256f Drop having a separate type for style options and make them all strings, which by Nicholas Marriott · 4 years, 7 months ago
  5. 79b4d83 Use a grid cell not a style for the pane style. by Nicholas Marriott · 4 years, 7 months ago
  6. 653a159 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  7. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  8. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  9. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  10. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  11. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago
  12. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  13. c4d0089 Pass correct flags to fnmatch. by nicm · 4 years, 8 months ago
  14. 8fa0b0c Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  15. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 8 months ago
  16. c9cd8f9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  17. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  18. 35c4897 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  19. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 8 months ago
  20. 45be93f Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  21. 9abeff7 FIx type for %u, from Thomas Adam. by nicm · 4 years, 8 months ago
  22. c391d50 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  23. 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 9 months ago
  24. 8457f54 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  25. 04eee24 Treat plausible but invalid keys (like C-BSpace) as literal like any by nicm · 4 years, 11 months ago
  26. 7922f4e Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  27. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 12 months ago
  28. e00730d Fix bad merge. by Nicholas Marriott · 4 years, 12 months ago
  29. 5f5f029 Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  30. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
  31. 57948a0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  32. ccdebea Start with empty rather than NULL window name to avoid NULL printf if by nicm · 5 years ago
  33. 658ecb0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  34. 0feae4d Make client exit if pane where input is going is closed. by nicm · 5 years ago
  35. 4fa1f96 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  36. df0334d The resize event was never deciding to actually resize the pane if there by nicm · 5 years ago
  37. ed0f283 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  38. 0f243f0 Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to by nicm · 5 years ago
  39. abcd4bd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  40. cf30e0f Do not double free window if pane fails to start. by nicm · 5 years ago
  41. c4a9299 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  42. 3a6d90a Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP. by nicm · 5 years ago
  43. f797ac9 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  44. c599ad6 Log window and pane resizes. by nicm · 5 years ago
  45. d83f356 Add #define for the pane status line option position numbers. by nicm · 5 years ago
  46. c14b0d7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  47. bdab595 Trim trailing spaces when matching. by nicm · 5 years ago
  48. 4a44ae0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  49. f8ad72b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  50. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  51. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  52. ee9bc35 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  53. 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
  54. 5e9757b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  55. 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
  56. d9ad461 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  57. 915097d Exiting alternate screen mode should restore cursor position and by nicm · 5 years ago
  58. 41b8bb4 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  59. b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 5 years ago
  60. d9767b8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  61. 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 6 years ago
  62. d4177e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  63. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
  64. 85f09f9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  65. f1e14f8 Destroy panes before options to avoid crash when forced into a mode by a hook. by nicm · 6 years ago
  66. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  67. 5ece386 Break new window and pane creation common code from various commands and by Nicholas Marriott · 6 years ago
  68. 073d439 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  69. 0406ec0 Free temporary screens when writing format. by nicm · 6 years ago
  70. 962f255 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  71. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  72. 1d6fe43 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  73. 4cbf596 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  74. d738d51 Mode init needs to be fired with the mode on the list or it will not be by nicm · 6 years ago
  75. 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
  76. 0b32fa8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  77. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  78. 162d3cb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  79. 028f9d1 Fix resizing of control clients, should be ignored until SIZECHANGED flag set. by nicm · 6 years ago
  80. 3ec05e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  81. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  82. 349aeb8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  83. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  84. c9d482a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  85. bde0224 Pass window into mode functions. by nicm · 6 years ago
  86. 1c5093c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  87. 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 6 years ago
  88. efd01f3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  89. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  90. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  91. 04c6db2 Revert "Add a B flag to mark windows bigger than the client." by Nicholas Marriott · 6 years ago
  92. 6abb62d Change the B into a +. by Nicholas Marriott · 6 years ago
  93. b4e74f4 Add a B flag to mark windows bigger than the client. by Nicholas Marriott · 6 years ago
  94. 5aa435a window_get_active_at needs to check visible also. by Nicholas Marriott · 6 years ago
  95. a618271 Bring back window_pane_visible to stop input going to panes which are by Nicholas Marriott · 6 years ago
  96. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  97. f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
  98. 33f9b31 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  99. d6ff630 Log command arguments. by nicm · 6 years ago
  100. 7448b38 Merge branch 'obsd-master' by Thomas Adam · 7 years ago