1. a2c8af9 Add missing function prototype. by Nicholas Marriott · 12 years ago
  2. b18ff67 Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D Prabhu. by Nicholas Marriott · 12 years ago
  3. 6a5adfc We no longer use struct eproc for kinfo_proc in sysctl.h so there by millert · 12 years ago
  4. 9714880 Change load_cfg to fix a crash reported by jasper. by Nicholas Marriott · 12 years ago
  5. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  6. 3fa4f69 Handle resetting 256-colours properly when parsing #[default], by Nicholas Marriott · 12 years ago
  7. 8600fe0 Use strlcat not strncat in load_cfg and some other trivial tidying from by Nicholas Marriott · 12 years ago
  8. 8378be0 Fix argument order in a log statement. by Nicholas Marriott · 12 years ago
  9. 51a1dbf Simplify command string parsing with a helper function from Tiago Cunha. by Nicholas Marriott · 12 years ago
  10. 8264e92 Fix return value of load_cfg, from Thomas Adam. by Nicholas Marriott · 12 years ago
  11. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
  12. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  13. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  14. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
  15. 1fcc7f5 When scrolling in copy mode with the mouse, scroll screen rather than by Nicholas Marriott · 12 years ago
  16. 6ef4f8e Revert last, after discussion it isn't necessary. by Nicholas Marriott · 12 years ago
  17. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  18. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  19. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
  20. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 12 years ago
  21. 0679eb6 Add halfpage commands to mode command string table (missed by accident), by Nicholas Marriott · 12 years ago
  22. 9a7e5bd Clarify some points about config files, notably that they are only read by Nicholas Marriott · 12 years ago
  23. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  24. c68efec Show last client activity time in default choose-client list. by Nicholas Marriott · 12 years ago
  25. 241a746 fix an off-by-one by okan · 12 years ago
  26. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  27. 2a609b3 Add ability to active pane in list-windows and find-window formats, from by Nicholas Marriott · 12 years ago
  28. 18236c1 Fix BELL_NONE which had been broken in some code reorganisation or other by Nicholas Marriott · 12 years ago
  29. 596e9d8 Fix bad size in memcpy from Romain Francoise. by Nicholas Marriott · 12 years ago
  30. 589b4b8 Fix typo bell->bells from Thomas Adam. by Nicholas Marriott · 12 years ago
  31. c695c0c Fix some function prototypes from Helmut Tessarek. by Nicholas Marriott · 12 years ago
  32. 6589120 Fix a use-after-free when collapsing the tree in choose mode, from by Nicholas Marriott · 12 years ago
  33. 0e87430 Add tree keys to vi mode too, missed by accident. by Nicholas Marriott · 12 years ago
  34. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  35. ea289bc Remove some out of date text from man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  36. 44dccf7 Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder. by Nicholas Marriott · 12 years ago
  37. 7a3ec77 Do not leak file descriptor if not a tty, reported by Sebastien Marie. by Nicholas Marriott · 12 years ago
  38. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  39. 0d0b3cf Fix search forward so it can match strings on the last line, SF bug by Nicholas Marriott · 12 years ago
  40. 84612a8 Add control_write_buffer, from George Nachman. 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. eb0ad18 Use ACS characters for choose-tree arrows based on diff from Romain Francoise. by Nicholas Marriott · 12 years ago
  43. b2a9f41 Handle empty list properly in choose-list, based on fix from Thomas Adam. by Nicholas Marriott · 12 years ago
  44. b433886 We can't tell what the terminal has done with a DCS string, so reset the by Nicholas Marriott · 12 years ago
  45. 59c760d Trivial code simplification from Tim Ruehsen. by Nicholas Marriott · 12 years ago
  46. 6307d63 Remove xterm CRA support - support is patchy and it will be done better by Nicholas Marriott · 12 years ago
  47. 4f8a686 Use the right index when adding item in choose-tree, from Thomas Adam. by Nicholas Marriott · 12 years ago
  48. 9e7bbc7 When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  49. c96a2a3 Rename variables to something a but more understandable. by Nicholas Marriott · 12 years ago
  50. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  51. adc9fad Remove an unused variable. by Nicholas Marriott · 12 years ago
  52. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  53. a679a4a Change format of choose-tree arrows slightly, from Romain Francoise. by Nicholas Marriott · 12 years ago
  54. 2e43372 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 12 years ago
  55. 473911f Can't call evtimer_pending on uninitialized events, call by Nicholas Marriott · 12 years ago
  56. 84a4007 Change a log to fprintf that was missed last time around, from Tiago Cunha. by Nicholas Marriott · 12 years ago
  57. 7537750 Instead of requiring a prompt to enter all numbers >10, go back to by Nicholas Marriott · 12 years ago
  58. d39c58c xterm won't reach version 500 for a while so set that as the upper limit. by Nicholas Marriott · 12 years ago
  59. 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
  60. a1e4908 Boldify windows with alerts in choose-* list. by Nicholas Marriott · 12 years ago
  61. f61fc57 Tidy up tty_write, from Sean Estabrooks. by Nicholas Marriott · 12 years ago
  62. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  63. 6804d58 Add a patch missed during a merge sometime to use by Nicholas Marriott · 12 years ago
  64. 20129b7 Simplify width calculation (all numbers always sequential) and don't by Nicholas Marriott · 12 years ago
  65. a194430 Remove dead code, from Sean Estabrooks. by Nicholas Marriott · 12 years ago
  66. cf2e65c Another missing format from sam at sltosis.org. by Nicholas Marriott · 12 years ago
  67. 8889a48 Fix a return type. by Nicholas Marriott · 12 years ago
  68. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  69. ff4097e Add some missing formats from Samuel Le Thiec. by Nicholas Marriott · 12 years ago
  70. 89a96b0 Document pane_index variable, from sam at sltosis dot org. by Nicholas Marriott · 12 years ago
  71. 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
  72. 35a8a61 Nuke unused variable from Thomas Adam. by Nicholas Marriott · 12 years ago
  73. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  74. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  75. a339169 Move a NULL check inside a function, from Tiago Cunha. by Nicholas Marriott · 12 years ago
  76. 91f54b5 Fix choose-tree usage string. by Nicholas Marriott · 12 years ago
  77. b0f4f94 remove extraneous line; by Jason McIntyre · 12 years ago
  78. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  79. 191a92c Sort SRCS list. by Nicholas Marriott · 12 years ago
  80. 63f5c38 Clear flags across all sessions, from Thomas Adam. by Nicholas Marriott · 12 years ago
  81. 67b926c Provide common helper function for adding windows and sessions to choose by Nicholas Marriott · 12 years ago
  82. 5b6f781 Clean up and simplify the choose mode code, from Thomas Adam. by Nicholas Marriott · 12 years ago
  83. 39abca4 Trim a blank line. by Nicholas Marriott · 12 years ago
  84. a791743 Remove a couple of unused variables from redbrain at gcc dot gnu dot org. by Nicholas Marriott · 12 years ago
  85. 0f00c3b Actually write all the data to stdout/stderr. by Nicholas Marriott · 12 years ago
  86. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  87. 7c39850 Tidy up bell code, from Thomas Adam. by Nicholas Marriott · 12 years ago
  88. a13b4a8 Add a couple of NULL pointer checks to key binding functions, from by Nicholas Marriott · 12 years ago
  89. a4a2c68 Do not crash when the current session has no window, fixes a bug by Nicholas Marriott · 12 years ago
  90. 2113115 Add -a for kill-session, from Thomas Adam. by Nicholas Marriott · 12 years ago
  91. 038e8b7 Add -a flag for detach-client, from Thomas Adam. by Nicholas Marriott · 12 years ago
  92. 04ac61e Simplify references to alerts in the man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  93. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  94. db20f2d Add pane title to choose-window template and use the right index for the by Nicholas Marriott · 12 years ago
  95. 63d109f Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen. by Nicholas Marriott · 12 years ago
  96. 226f9fa Use session from -t for killw -a, from Chris Johnsen. by Nicholas Marriott · 12 years ago
  97. f51c55c Use default-shell not _PATH_BSHELL to spawn commands, pointed out by by Nicholas Marriott · 12 years ago
  98. fbf2bd8 Trim a double space from template. by Nicholas Marriott · 12 years ago
  99. 1845800 Strip layout from choose-windows again (leave in list-windows), by Nicholas Marriott · 12 years ago
  100. 993f1b9 Fix client templates, from Romain Francoise. by Nicholas Marriott · 12 years ago