1. 68e3705 Fix constness of window_choose_add_item and _window. by Nicholas Marriott · 12 years ago
  2. 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
  3. 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  4. 99cc001 Rework reflow code so it does not do so much allocation which should be faster by Nicholas Marriott · 12 years ago
  5. f1ce959 Allow choose commands to be used outside tmux, so long as at least one client by Nicholas Marriott · 12 years ago
  6. aadc87f Remove free callback for window_choose_data objects. by Nicholas Marriott · 12 years ago
  7. 4d382ae Miscellaneous tidying of choose API, including: by Nicholas Marriott · 12 years ago
  8. 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  9. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  10. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  11. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  12. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  13. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  14. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  15. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  16. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  17. a2c8af9 Add missing function prototype. by Nicholas Marriott · 12 years ago
  18. fb83914 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  19. 8264e92 Fix return value of load_cfg, from Thomas Adam. by Nicholas Marriott · 12 years ago
  20. 739a766 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  21. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
  22. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  23. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  24. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  25. 1bc910a Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  26. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 12 years ago
  27. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  28. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  29. be10e8e Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  30. c68efec Show last client activity time in default choose-client list. by Nicholas Marriott · 12 years ago
  31. 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  32. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  33. 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  34. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  35. 4875002 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  36. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  37. 149f5ba Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux by Nicholas Marriott · 12 years ago
  38. e342304 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  39. 84612a8 Add control_write_buffer, from George Nachman. by Nicholas Marriott · 12 years ago
  40. 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
  41. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  42. c914fcf When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  43. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  44. 41a4481 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  45. 9e7bbc7 When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  46. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  47. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  48. 56e3748 Sync OpenBSD patchset 1165: by Tiago Cunha · 12 years ago
  49. 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
  50. 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
  51. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  52. 200b0e5 Sync OpenBSD patchset 1156: by Tiago Cunha · 12 years ago
  53. c8849ac Sync OpenBSD patchset 1153: by Tiago Cunha · 12 years ago
  54. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  55. 5385a9b Add a queue of notifys and a way to turn them off and on (we do not want by Nicholas Marriott · 12 years ago
  56. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  57. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  58. a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
  59. 38530de Sync OpenBSD patchset 1144: by Tiago Cunha · 12 years ago
  60. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  61. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  62. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  63. 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
  64. 7e02d2f Sync OpenBSD patchset 1143: by Tiago Cunha · 12 years ago
  65. 5761712 Sync OpenBSD patchset 1142: by Tiago Cunha · 12 years ago
  66. 67b926c Provide common helper function for adding windows and sessions to choose by Nicholas Marriott · 12 years ago
  67. 5b6f781 Clean up and simplify the choose mode code, from Thomas Adam. by Nicholas Marriott · 12 years ago
  68. 0159c74 Sync OpenBSD patchset 1138: by Tiago Cunha · 12 years ago
  69. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  70. 7c7bd14 Sync OpenBSD patchset 1125: by Tiago Cunha · 12 years ago
  71. 30b23ba Sync OpenBSD patchset 1124: by Tiago Cunha · 12 years ago
  72. 169d362 Sync OpenBSD patchset 1123: by Tiago Cunha · 12 years ago
  73. c6fc877 Sync OpenBSD patchset 1122: by Tiago Cunha · 12 years ago
  74. 1845800 Strip layout from choose-windows again (leave in list-windows), by Nicholas Marriott · 12 years ago
  75. 993f1b9 Fix client templates, from Romain Francoise. by Nicholas Marriott · 12 years ago
  76. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 12 years ago
  77. 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 12 years ago
  78. 17da2f7 Sync OpenBSD patchset 1121: by Tiago Cunha · 12 years ago
  79. fff7c0b Sync OpenBSD patchset 1120: by Tiago Cunha · 12 years ago
  80. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 12 years ago
  81. baafc17 Sync OpenBSD patchset 1118: by Tiago Cunha · 12 years ago
  82. d9cb07d Sync OpenBSD patchset 1116: by Tiago Cunha · 12 years ago
  83. ffab6db Sync OpenBSD patchset 1114: by Tiago Cunha · 12 years ago
  84. 84c708f Store client in tty struct directly instead of using a callback function by Nicholas Marriott · 12 years ago
  85. fe4f008 Store mouse data in tty structure not on the stack. by Nicholas Marriott · 12 years ago
  86. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 12 years ago
  87. 682884e Add a helper function to send ready message. by Nicholas Marriott · 12 years ago
  88. 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 12 years ago
  89. 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 12 years ago
  90. 1340c01 Sync OpenBSD patchset 1111: by Tiago Cunha · 12 years ago
  91. 37f9bb4 Add a helper function to open the terminal for attach-/new-session. by Nicholas Marriott · 12 years ago
  92. b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 12 years ago
  93. d090786 Sync OpenBSD patchset 1102: by Tiago Cunha · 12 years ago
  94. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 12 years ago
  95. ff5155f Add a buffer with all input from last ground state, will be used for by Nicholas Marriott · 12 years ago
  96. bae2701 Sync OpenBSD patchset 1092: by Tiago Cunha · 13 years ago
  97. 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
  98. 14e5cdf Sync OpenBSD patchset 1090: by Tiago Cunha · 13 years ago
  99. f99de22 Sync OpenBSD patchset 1084: by Tiago Cunha · 13 years ago
  100. ed54f01 Fix comment for mouse bits. by Nicholas Marriott · 13 years ago