1. eac30a8 -attr -> -style. by Nicholas Marriott · 6 years ago
  2. d4177e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  3. 45ae9a8 Fix order of insertion in load_cfg. by nicm · 6 years ago
  4. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
  5. 4d50557 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  6. e8e4f4e Insert after the right element on queue. by nicm · 6 years ago
  7. 4097257 Do not store the mouse position we calculate as the start of a drag back by nicm · 6 years ago
  8. a14512e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  9. 84e4652 Use the right index for user-keys. by nicm · 6 years ago
  10. fc3d85e Fix mouse positioning when the pane is not entirely visible. by nicm · 6 years ago
  11. 43656d4 Sync up some tmux.1 bits. by Nicholas Marriott · 6 years ago
  12. fff85d8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  13. cf6075f Correct ordering when adding after an existing item. by nicm · 6 years ago
  14. 33298d6 Instead of processing keys all together, put them up on the client by nicm · 6 years ago
  15. 4bb4899 Fix reverse attribute in status line, GitHub issue 1709. by nicm · 6 years ago
  16. 5d9e591 Fix up some bits about window-size that seem to have got lost. by nicm · 6 years ago
  17. 4d16df9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  18. 18e554a Merge tag '2.9a' by Nicholas Marriott · 6 years ago
  19. 4cb13d9 Add to CHANGES. by Nicholas Marriott · 6 years ago 2.9a
  20. e36d6ee Version 2.9a. by Nicholas Marriott · 6 years ago
  21. 901eed7 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
  22. 750d583 Don't redraw control clients, from George Nachman. by nicm · 6 years ago
  23. e286178 Unbreak main-vertical and main-horizontal layouts. by nicm · 6 years ago
  24. c176361 Remove unused variable from Thomas Adam. by nicm · 6 years ago
  25. dc7e538 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  26. 429c4bc Fix user options after show-hooks merge, GitHub issue 1704. by nicm · 6 years ago
  27. 1156d91 Simple -C sanity test. by Nicholas Marriott · 6 years ago
  28. 4c5b0fb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  29. 5a288b1 Don't redraw control clients, from George Nachman. by nicm · 6 years ago
  30. 82c789e Fix memory leak in window tree search, from Amos Bird. by nicm · 6 years ago
  31. 7e0f9ab Don't think I will do this. by Nicholas Marriott · 6 years ago
  32. 87bd896 Add to CHANGES & remove from TODO. by Nicholas Marriott · 6 years ago
  33. 2aa517c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  34. ec81bd2 Add support for keys to jump between matching brackets - C-M-f and C-M-b by nicm · 6 years ago
  35. 3ab229d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. 2cecabd Fix gseq use in RGB colour script. by Nicholas Marriott · 6 years ago
  37. c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 6 years ago
  38. 5489796 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  39. 85f09f9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  40. 293fd0d Update CHANGES and TODO. by Nicholas Marriott · 6 years ago
  41. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
  42. f1e14f8 Destroy panes before options to avoid crash when forced into a mode by a hook. by nicm · 6 years ago
  43. 6644d20 Unbreak main-vertical and main-horizontal layouts. by nicm · 6 years ago
  44. 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  45. 2d65bbd options_array_item_value cannot return NULL. by nicm · 6 years ago
  46. a609e63 Need a fallback for -2 for aixterm colours. by nicm · 6 years ago
  47. 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 6 years ago
  48. f2c0605 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  49. 1677bb0 Need to escape ]. by nicm · 6 years ago
  50. dddc544 Update CHANGES. by Nicholas Marriott · 6 years ago
  51. 643eecd Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  52. 567d3e2 Automatically scroll if dragging to create a selection with the mouse by nicm · 6 years ago
  53. a2e08b5 Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
  54. cb75ec2 2.9 now. by Nicholas Marriott · 6 years ago 2.9
  55. 7d06216 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
  56. 4ab208e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  57. 6aa0bed Use bg not fg when adjusting for aixterm, from Ailin Nemui. by nicm · 6 years ago
  58. c6e3997 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
  59. c869366 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  60. b9022e3 Somehow missed these bits in last commit. by nicm · 6 years ago
  61. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 6 years ago
  62. b0d7623 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  63. 4a96f59 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  64. 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 6 years ago
  65. 6752f41 Do not try to resize if the parent cell is NULL, problem reported by by nicm · 6 years ago
  66. 51c09bf Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
  67. d24a442 Update CHANGES for 2.9. by Nicholas Marriott · 6 years ago
  68. 8d752f5 Update CHANGES. by Nicholas Marriott · 6 years ago
  69. e7827f8 Remove duplicate entry. by Nicholas Marriott · 6 years ago
  70. f980e86 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  71. 3c1f0cf Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  72. 5b9211d Copy the code to infer the option type to show-options and document it. by nicm · 6 years ago
  73. 3f18994 Pass target client and session to load_cfg from source-file so formats by nicm · 6 years ago
  74. f3ab05e Update session activity on focus event, from tafryn at gmail dot com. by nicm · 6 years ago
  75. 2219f7c mark up punctuation-as-macro-args properly; by jmc · 6 years ago
  76. 1fd3b9e Fix minimum size check on split and size of first cell on spread out by nicm · 6 years ago
  77. da31edd Rewrite main-vertical and horizontal to use the common spread out code by nicm · 6 years ago
  78. c660e46 Set the window size as well as the layout size when using the preset layouts. by nicm · 6 years ago
  79. e3b1358 Do not let the size of the pane status screen go negative. by nicm · 6 years ago
  80. 5943cd1 Document that switch-client can change all of session,window,pane and by nicm · 6 years ago
  81. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  82. 82bc2c8 Add to TODO. by Nicholas Marriott · 6 years ago
  83. cd4c94f Current window style also needs to be tested for default. by nicm · 6 years ago
  84. bba1809 Merge a number of fixes from master for layouts, mostly prompted by testing by by Nicholas Marriott · 6 years ago
  85. e6ee3e9 Warning fixes from Carlo Marcelo Arenas Belón. by Nicholas Marriott · 6 years ago
  86. 1c1ec84 Fix minimum size check on split and size of first cell on spread out with a by Nicholas Marriott · 6 years ago
  87. f3fcf97 Use the right winlink pointer in new-window. by Nicholas Marriott · 6 years ago
  88. 4a3ac3b Remove unused variable. by Nicholas Marriott · 6 years ago
  89. 3c5d3a3 Add PATH_DEFPATH to compat.h from Carlo Marcelo Arenas Belón. by Nicholas Marriott · 6 years ago
  90. fe44f90 Do not let the size of the pane status screen go negative. by Nicholas Marriott · 6 years ago
  91. 031e9bc Rewrite main-vertical and horizontal to use the common spread out code and to by Nicholas Marriott · 6 years ago
  92. 0cbccc9 Set the window size as well as the layout size when using the preset layouts by Nicholas Marriott · 6 years ago
  93. 71d90c1 Solaris has no paths.h. by Nicholas Marriott · 6 years ago
  94. 2546572 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  95. 835ccba select-word was missing from the command list, from pawel-slowik. by nicm · 6 years ago
  96. b5b67c5 Document that switch-client can change all of session,window,pane and check for by Nicholas Marriott · 6 years ago
  97. fbe488e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  98. bb629f3 Current window style also needs to be tested for default. by nicm · 6 years ago
  99. 883a428 Linux: remove include for util.h by Thomas Adam · 6 years ago
  100. e44e2c4 Do not log NULL command. by Nicholas Marriott · 6 years ago