1. 29613f2 Prevent lock on control clients, not on others. by Nicholas Marriott · 12 years ago
  2. 8c545bb Don't try to print unterminated strings when loading configuration file. by Nicholas Marriott · 12 years ago
  3. f198365 Unbreak line wrapping. by Nicholas Marriott · 12 years ago
  4. 79f5fe6 Use tty_raw on stop, not tty_puts. by Nicholas Marriott · 12 years ago
  5. 2f5fa4e Don't hang when clearing line in choose mode now that the cursor stays by Nicholas Marriott · 12 years ago
  6. db66d85 Fix double space in sessions template. by Nicholas Marriott · 12 years ago
  7. f0efa57 Add resize-pane -x and -y for absolute pane size (much requested). by Nicholas Marriott · 12 years ago
  8. ad5df9b Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
  9. 22a2949 Correctly handle UTF8 mouse option being toggled, from Egmont Koblinger. by Nicholas Marriott · 12 years ago
  10. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  11. ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  12. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  13. 306a3b8 In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence by Nicholas Marriott · 12 years ago
  14. 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
  15. c5504af Add various checks to turn off bits that can't work in control mode by Nicholas Marriott · 12 years ago
  16. 49ac5b5 Do not include status line in size calculations in control mode. by Nicholas Marriott · 12 years ago
  17. d4785fe Don't set key KEYC_NONE on xterm_keys_find match() by Nicholas Marriott · 12 years ago
  18. 3d24c75 Include the \033 in the key tree and adjust key matching for this change. by Nicholas Marriott · 12 years ago
  19. 78543cc Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  20. 55bf2ec tweak previous; ok nicm by Jason McIntyre · 12 years ago
  21. 51ac2a3 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
  22. 48291f0 Make choose-tree actually work again. by Nicholas Marriott · 12 years ago
  23. d5139d1 Fix a comment for new key table names. by Nicholas Marriott · 12 years ago
  24. 3665be7 Tidy by splitting default key tables into two. by Nicholas Marriott · 12 years ago
  25. 801d64a Add -c to refresh-client to set client size in control mode, based on by Nicholas Marriott · 12 years ago
  26. dd46c95 Aargh. Spaces -> tabs. by Nicholas Marriott · 12 years ago
  27. 4920306 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  28. 6641402 Run session command before window in choose-tree. by Nicholas Marriott · 12 years ago
  29. 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  30. c982279 Fix constness of cmd_template_replace, window_choose_add_item and by Nicholas Marriott · 12 years ago
  31. 0c0953f Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  32. 69fe5ca Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  33. 63b4fd5 Add a format client_prefix which is 1 if prefix key has been by Nicholas Marriott · 12 years ago
  34. dd76497 Show alias in lscm output. by Nicholas Marriott · 12 years ago
  35. 9b7e18f Rework reflow code so it does not do so much allocation which should be by Nicholas Marriott · 12 years ago
  36. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  37. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  38. a552159 Don't set some string formats if the string is NULL. by Nicholas Marriott · 12 years ago
  39. 85531fd Unused variable/type nit from Thomas Adam. by Nicholas Marriott · 12 years ago
  40. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  41. c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
  42. 3a09e01 Do not allow cursor colours to be set beginning with ? as that will by Nicholas Marriott · 12 years ago
  43. d313158 Fix some blank line nits. by Nicholas Marriott · 12 years ago
  44. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  45. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  46. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  47. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  48. 3e6d45a Add -T option to select-window to toggle to last window if already by Nicholas Marriott · 12 years ago
  49. a2c8af9 Add missing function prototype. by Nicholas Marriott · 12 years ago
  50. b18ff67 Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D Prabhu. by Nicholas Marriott · 12 years ago
  51. 6a5adfc We no longer use struct eproc for kinfo_proc in sysctl.h so there by millert · 12 years ago
  52. 9714880 Change load_cfg to fix a crash reported by jasper. by Nicholas Marriott · 12 years ago
  53. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  54. 3fa4f69 Handle resetting 256-colours properly when parsing #[default], by Nicholas Marriott · 12 years ago
  55. 8600fe0 Use strlcat not strncat in load_cfg and some other trivial tidying from by Nicholas Marriott · 12 years ago
  56. 8378be0 Fix argument order in a log statement. by Nicholas Marriott · 12 years ago
  57. 51a1dbf Simplify command string parsing with a helper function from Tiago Cunha. by Nicholas Marriott · 12 years ago
  58. 8264e92 Fix return value of load_cfg, from Thomas Adam. by Nicholas Marriott · 12 years ago
  59. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
  60. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  61. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  62. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
  63. 1fcc7f5 When scrolling in copy mode with the mouse, scroll screen rather than by Nicholas Marriott · 12 years ago
  64. 6ef4f8e Revert last, after discussion it isn't necessary. by Nicholas Marriott · 12 years ago
  65. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  66. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  67. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
  68. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 12 years ago
  69. 0679eb6 Add halfpage commands to mode command string table (missed by accident), by Nicholas Marriott · 12 years ago
  70. 9a7e5bd Clarify some points about config files, notably that they are only read by Nicholas Marriott · 12 years ago
  71. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  72. c68efec Show last client activity time in default choose-client list. by Nicholas Marriott · 12 years ago
  73. 241a746 fix an off-by-one by okan · 12 years ago
  74. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  75. 2a609b3 Add ability to active pane in list-windows and find-window formats, from by Nicholas Marriott · 12 years ago
  76. 18236c1 Fix BELL_NONE which had been broken in some code reorganisation or other by Nicholas Marriott · 12 years ago
  77. 596e9d8 Fix bad size in memcpy from Romain Francoise. by Nicholas Marriott · 12 years ago
  78. 589b4b8 Fix typo bell->bells from Thomas Adam. by Nicholas Marriott · 12 years ago
  79. c695c0c Fix some function prototypes from Helmut Tessarek. by Nicholas Marriott · 12 years ago
  80. 6589120 Fix a use-after-free when collapsing the tree in choose mode, from by Nicholas Marriott · 12 years ago
  81. 0e87430 Add tree keys to vi mode too, missed by accident. by Nicholas Marriott · 12 years ago
  82. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  83. ea289bc Remove some out of date text from man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  84. 44dccf7 Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder. by Nicholas Marriott · 12 years ago
  85. 7a3ec77 Do not leak file descriptor if not a tty, reported by Sebastien Marie. by Nicholas Marriott · 12 years ago
  86. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  87. 0d0b3cf Fix search forward so it can match strings on the last line, SF bug by Nicholas Marriott · 12 years ago
  88. 84612a8 Add control_write_buffer, from George Nachman. by Nicholas Marriott · 12 years ago
  89. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  90. eb0ad18 Use ACS characters for choose-tree arrows based on diff from Romain Francoise. by Nicholas Marriott · 12 years ago
  91. b2a9f41 Handle empty list properly in choose-list, based on fix from Thomas Adam. by Nicholas Marriott · 12 years ago
  92. b433886 We can't tell what the terminal has done with a DCS string, so reset the by Nicholas Marriott · 12 years ago
  93. 59c760d Trivial code simplification from Tim Ruehsen. by Nicholas Marriott · 12 years ago
  94. 6307d63 Remove xterm CRA support - support is patchy and it will be done better by Nicholas Marriott · 12 years ago
  95. 4f8a686 Use the right index when adding item in choose-tree, from Thomas Adam. by Nicholas Marriott · 12 years ago
  96. 9e7bbc7 When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  97. c96a2a3 Rename variables to something a but more understandable. by Nicholas Marriott · 12 years ago
  98. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  99. adc9fad Remove an unused variable. by Nicholas Marriott · 12 years ago
  100. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago