1. 909e1c1 Don't boke when figuring out working directory from configuration file. by nicm · 11 years ago
  2. 7936ce3 Show session name in detached message. Requested by somebody a few by nicm · 11 years ago
  3. b8b85fb Don't look at string[length - 1] if length == 0. by nicm · 11 years ago
  4. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  5. 165aa59 Make tilde expansion in command strings work even if it isn't terminated by /. by nicm · 11 years ago
  6. 10c3843 Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. by nicm · 11 years ago
  7. a0404b6 retcode -> retval for exit message. by nicm · 11 years ago
  8. eb26dbd Merge IDENTIFY_* flags with CLIENT_* flags. by nicm · 11 years ago
  9. 6c09301 Remove CMD_SENDENVIRON. by nicm · 11 years ago
  10. d2160e3 mouse-resize-pane: Only resize on border select by nicm · 11 years ago
  11. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  12. fc54bfe Make cmdq->client_exit a tristate (-1 means "not set") so that if by nicm · 11 years ago
  13. 1a49eba First period not last for host_short, from Michael Scholz. by nicm · 11 years ago
  14. e4dc156 Don't treat TMUX_TMPDIR as a potential file by nicm · 11 years ago
  15. 1bd0851 Mark flags as optional and mutually exclusive. From Tiago Cunha. by nicm · 11 years ago
  16. 1b7c2dd Trivial style and spacing nits. by nicm · 11 years ago
  17. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  18. 90ae768 Clear window->flags when clearing winlinks by nicm · 11 years ago
  19. e6af0ad choose-tree: Reset top when toggling items by nicm · 11 years ago
  20. 34674bb Renumber windows: Lookup lastw via window not index by nicm · 11 years ago
  21. 784b711 Assign mouse x/y coords before checking them. When receiving mouse by nicm · 11 years ago
  22. 81a548b Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from by nicm · 11 years ago
  23. fd1750a Add automatic-rename-format option allowing automatic rename to use by nicm · 11 years ago
  24. 2bf2f5d Allow nested format expansion. by nicm · 11 years ago
  25. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  26. 2756d12 Handle input mouse positions <33 (we already can generate them). by nicm · 11 years ago
  27. 7839993 Only include actual trailing spaces not unused cells with capturep -J, by nicm · 11 years ago
  28. 47a4a99 Allow the file descriptor received from the client to be -1. by nicm · 11 years ago
  29. d75dd2a Add formats for window flags. by nicm · 11 years ago
  30. 6e66570 Missing space in refresh-client synopsis. by nicm · 11 years ago
  31. d3830e6 Grouped sessions were being leaked on destroy, correctly free them. by nicm · 11 years ago
  32. 0538676 Make recalculate_sizes() handle an empty window with no active by nicm · 11 years ago
  33. 4c9f41f Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can by nicm · 11 years ago
  34. 7c71c3e Change the default for the default-path option to ~. This is a quick by nicm · 11 years ago
  35. 9f33089 Fix previous not to leak fd on failure, whoops. by nicm · 11 years ago
  36. 3d8a8ea Use open(".")/fchdir() to save and restore current directory rather than by nicm · 11 years ago
  37. 304ea07 use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ by schwarze · 11 years ago
  38. a9ebb62 Make next-word-end work properly with vi(1) keys, reported by patrick by Nicholas Marriott · 11 years ago
  39. f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
  40. a96a8a1 Clarify error messages when setting options, from Thomas Adam. by Nicholas Marriott · 11 years ago
  41. 064124c When the session option renumber-window is used, ensure we iterate over by Nicholas Marriott · 11 years ago
  42. 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  43. f884fff Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  44. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  45. a41cd8d Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
  46. 662d471 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
  47. d6debc2 revert r1.156 "Add support for focus notifications when tmux pane changes" by Stuart Henderson · 11 years ago
  48. ddb52a2 escape "Ss", becuase groff thinks it has found a macro; by Jason McIntyre · 11 years ago
  49. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  50. c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
  51. c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
  52. 9fb9f78 Use u_char for the send-keys string to avoid mangling top-bit-set by Nicholas Marriott · 11 years ago
  53. a0cf65d Instead of eating 1024 bytes or so for the arguments of each command, by Nicholas Marriott · 11 years ago
  54. 88a4da9 Don't let cursor position overflow when reflowing, from Christopher Collins. by Nicholas Marriott · 12 years ago
  55. 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 12 years ago
  56. 772d61f RIS should reset focus reporting, from Hayaki Saito. by Nicholas Marriott · 12 years ago
  57. 66f4c60 Don't limit width and height to 222 in standard mouse mode. by Nicholas Marriott · 12 years ago
  58. 2555ac5 .Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel. by Nicholas Marriott · 12 years ago
  59. e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
  60. 3d2b7d5 When using choose-tree -u, start with the current window by Nicholas Marriott · 12 years ago
  61. 04f54ab Get session of -t window rather than client's window. by Nicholas Marriott · 12 years ago
  62. 46c7dbe Call recalculate_sizes() after killing window in case it is in a grouped by Nicholas Marriott · 12 years ago
  63. d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
  64. 5dda1ab Don't let server_client_check_focus use a dead bufferevent, from Romain by Nicholas Marriott · 12 years ago
  65. 55640a3 (long long) and %lld for time_t output ok nicm by Theo Deraadt · 12 years ago
  66. 88428cf %zu format for size_t. by Nicholas Marriott · 12 years ago
  67. 27dcf47 Remove some Korean characters from the zero-width list that apparently by Nicholas Marriott · 12 years ago
  68. caa8290 Copy the client into the new cmdq in source-file so commands that work by Nicholas Marriott · 12 years ago
  69. 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
  70. cbee283 Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which by Nicholas Marriott · 12 years ago
  71. 9fcda95 Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. by Nicholas Marriott · 12 years ago
  72. 7ada64d Fix bug where end guard in control mode was not printed after session by Nicholas Marriott · 12 years ago
  73. 20f0d91 Missed -o from set-window-option, from Ben Boeckel. by Nicholas Marriott · 12 years ago
  74. 69c8637 Remove some code not needed on OpenBSD. by Nicholas Marriott · 12 years ago
  75. 738e789 If -s to swap-pane is not given, use the current pane. by Nicholas Marriott · 12 years ago
  76. 66afcf5 Make copy-mode -u still scroll up if already in copy mode, handy for by Nicholas Marriott · 12 years ago
  77. 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
  78. 5e4d9a3 Move the cursor back into the last column on CUU/CUD to match xterm by Nicholas Marriott · 12 years ago
  79. 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
  80. dfac36b Only accept partial keys if the timer has not expired, fixes infinite by Nicholas Marriott · 12 years ago
  81. 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
  82. 972da2d Try to establish client for run-shell and if-shell if no -t. by Nicholas Marriott · 12 years ago
  83. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  84. 58bb6f8 Set pane resize flag when needed. by Nicholas Marriott · 12 years ago
  85. 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
  86. 4119c47 b comes before t. by Nicholas Marriott · 12 years ago
  87. e229501 Process ^[ as meta when a partial key is found. by Nicholas Marriott · 12 years ago
  88. 43fb983 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  89. 599dd2a Create a new context when copying instead of using the input by Nicholas Marriott · 12 years ago
  90. d28a39d Extend jobs to support writing and use that for copy-pipe instead of by Nicholas Marriott · 12 years ago
  91. 270d90c Handle empty pending output (not a failure) and add \n. From George Nachman. by Nicholas Marriott · 12 years ago
  92. 0c969a7 Handle no client better in display-message. by Nicholas Marriott · 12 years ago
  93. 111d993 When only two panes in a window, only draw half the separating line as active. by Nicholas Marriott · 12 years ago
  94. 0ef24f9 Only send end guard if begin was sent, from George Nachman. by Nicholas Marriott · 12 years ago
  95. 87fe1c0 Include prefix on ids, from George Nachman. by Nicholas Marriott · 12 years ago
  96. 114d822 Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
  97. 88b92df We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when by Nicholas Marriott · 12 years ago
  98. e4c0730 Use single stdout and stderr for control clients. by Nicholas Marriott · 12 years ago
  99. 8a40e10 Add time and a command count to control mode guards, based on code from by Nicholas Marriott · 12 years ago
  100. e0961df Fix handling of short (< 4 character) checksums and a bug with parsing by Nicholas Marriott · 12 years ago