1. 2db9a18 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  2. 37583f0 Add a flag to reverse sort in the various choose modes, from Benjamin by nicm · 6 years ago
  3. ed0f283 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  4. 0f243f0 Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to by nicm · 6 years ago
  5. 9b3fefc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  6. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 6 years ago
  7. a786a59 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  8. 6ceecea Make layout_fix_offsets take a window like layout_fix_panes. by nicm · 6 years ago
  9. 9cbbdb9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  10. f4d858e Add -F to refresh-client to specify flags for control clients - one flag by nicm · 6 years ago
  11. 98ef369 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  12. fc2016d Add a -H flag to send-keys to send literal keys given as hex numbers by nicm · 6 years ago
  13. 3a4cf62 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  14. 3635b3c Correctly clear underscore colour in grid_get_cell1, also fix struct by nicm · 6 years ago
  15. b9fbf02 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  16. 2da0504 Add a "fill" style attribute to clear the entire format drawing area in by nicm · 6 years ago
  17. abcd4bd Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  18. cf30e0f Do not double free window if pane fails to start. by nicm · 6 years ago
  19. e483ce1 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  20. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 6 years ago
  21. f797ac9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  22. d83f356 Add #define for the pane status line option position numbers. by nicm · 6 years ago
  23. f8ad72b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  24. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 6 years ago
  25. adca856 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  26. c1ede50 Add a helper function to work out option table from name. by nicm · 6 years ago
  27. ee9bc35 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  28. 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 6 years ago
  29. 5e9757b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  30. 3e72e98 Add regular expression support for the format search, match and by nicm · 6 years ago
  31. e13c1e5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  32. e37f34f Do not load the config file if the server is exiting because it failed by nicm · 6 years ago
  33. c916808 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  34. 8f40796 Add a -v flag to source-file to show the commands and line numbers. by nicm · 6 years ago
  35. d3f0c72 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. 4ca1de1 Add new-session -X and attach-session -x to send SIGHUP to parent when by nicm · 6 years ago
  37. c0116b2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  38. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 6 years ago
  39. 103e44d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  40. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
  41. 463bd8a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  42. f8d3d24 Merge cmd_list_parse into cmd-parse.y so it can use the new alias by nicm · 6 years ago
  43. 930245d Make cmd_log_argv take a printf-like format for the prefix. by nicm · 6 years ago
  44. 43431e7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  45. 27bfb56 Break the argument escaping code into a separate function and use it to by nicm · 6 years ago
  46. 75aeb73 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  47. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
  48. 98ee93b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  49. 87d8217 Fix ordering of source-file with multiple files and add flags to load_cfg. by nicm · 6 years ago
  50. e128c7f Replace the various identical error callbacks with a single one in cmd-queue.c. by nicm · 6 years ago
  51. 54da493 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  52. 82ebd98 Move the single command flag (CMD_CONTROL) into the shared flags. by nicm · 6 years ago
  53. 1eefbd2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  54. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 6 years ago
  55. 180bbab Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  56. a131655 Add simple menus to tree, client, buffer modes. by nicm · 6 years ago
  57. 677bb16 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  58. c91323e Remove menu_create_from_items, I thought I would use it for some later by nicm · 6 years ago
  59. aa13bd4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  60. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago
  61. c5f6ea5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  62. 004a9b5 Add a function to draw a simple menu onto a screen. by nicm · 6 years ago
  63. e5f06d2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  64. cb10bfb Save mouse buttons as well as position. by nicm · 6 years ago
  65. 2e00d77 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  66. 21d9750 send-keys also needs to insert key commands in the right order. by nicm · 6 years ago
  67. 4bc45fc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  68. f9682d2 Add a flag to redraw only the overlay, and remove the overlay on resize. by nicm · 6 years ago
  69. b24d7d9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  70. 89db309 Move around the display-panes identify code to make it a bit more by nicm · 6 years ago
  71. d9767b8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  72. 85a9c2f Treat keys in identify mode (display-panes) specially and handle them by nicm · 6 years ago
  73. 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 6 years ago
  74. d4177e9 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  75. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 7 years ago
  76. fff85d8 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  77. cf6075f Correct ordering when adding after an existing item. by nicm · 7 years ago
  78. 33298d6 Instead of processing keys all together, put them up on the client by nicm · 7 years ago
  79. 3ab229d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  80. c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 7 years ago
  81. 5489796 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  82. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 7 years ago
  83. 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  84. 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 7 years ago
  85. c869366 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  86. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 7 years ago
  87. 78287e2 Break new window and pane creation common code from various commands and by nicm · 7 years ago
  88. 5ece386 Break new window and pane creation common code from various commands and by Nicholas Marriott · 7 years ago
  89. bfc1f0c Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  90. 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 7 years ago
  91. ffa4d48 Store and restore cursor across reflow by working out a position based by nicm · 7 years ago
  92. 6ac8458 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  93. d21f8ec Add StatusDefault binding for the mouse on any otherwise unassigned by nicm · 7 years ago
  94. 0292243 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  95. 9ee1a8f Improve cursor positioning after reflow by storing the position as an by nicm · 7 years ago
  96. 073d439 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  97. f34ebfe The individual -fg, -bg and -attr options have been deprecated (in by nicm · 7 years ago
  98. 962f255 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  99. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 7 years ago
  100. 4cbf596 Merge branch 'obsd-master' by Thomas Adam · 7 years ago