1. 0f00c3b Actually write all the data to stdout/stderr. by Nicholas Marriott · 12 years ago
  2. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  3. 7c39850 Tidy up bell code, from Thomas Adam. by Nicholas Marriott · 12 years ago
  4. a13b4a8 Add a couple of NULL pointer checks to key binding functions, from by Nicholas Marriott · 12 years ago
  5. a4a2c68 Do not crash when the current session has no window, fixes a bug by Nicholas Marriott · 12 years ago
  6. 2113115 Add -a for kill-session, from Thomas Adam. by Nicholas Marriott · 12 years ago
  7. 038e8b7 Add -a flag for detach-client, from Thomas Adam. by Nicholas Marriott · 12 years ago
  8. 04ac61e Simplify references to alerts in the man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  9. 021e95b Do not use stderr for log file and don't call log_close when not needed. by Nicholas Marriott · 12 years ago
  10. db20f2d Add pane title to choose-window template and use the right index for the by Nicholas Marriott · 12 years ago
  11. 63d109f Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen. by Nicholas Marriott · 12 years ago
  12. 226f9fa Use session from -t for killw -a, from Chris Johnsen. by Nicholas Marriott · 12 years ago
  13. f51c55c Use default-shell not _PATH_BSHELL to spawn commands, pointed out by by Nicholas Marriott · 12 years ago
  14. fbf2bd8 Trim a double space from template. by Nicholas Marriott · 12 years ago
  15. 1845800 Strip layout from choose-windows again (leave in list-windows), by Nicholas Marriott · 12 years ago
  16. 993f1b9 Fix client templates, from Romain Francoise. by Nicholas Marriott · 12 years ago
  17. 196710e Simplify logging and just fprintf(stderr, ...) for early errors. by Nicholas Marriott · 13 years ago
  18. 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
  19. 84c708f Store client in tty struct directly instead of using a callback function by Nicholas Marriott · 13 years ago
  20. fe4f008 Store mouse data in tty structure not on the stack. by Nicholas Marriott · 13 years ago
  21. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
  22. 682884e Add a helper function to send ready message. by Nicholas Marriott · 13 years ago
  23. 82b053a Use tty_pane_full_width macro in some more places. by Nicholas Marriott · 13 years ago
  24. 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 13 years ago
  25. 243d127 Move some common code to repeat spaces into a function. by Nicholas Marriott · 13 years ago
  26. 7a4679a Instead of passing stdin/stdout/stderr file descriptors over imsg and by Nicholas Marriott · 13 years ago
  27. ac7e2f1 Ignore line continuation when escaped as \\, from Simon Nicolussi. by Nicholas Marriott · 13 years ago
  28. 50cefec Use -t for move-window with -r rather than dying. Reported by Ben by Nicholas Marriott · 13 years ago
  29. 37f9bb4 Add a helper function to open the terminal for attach-/new-session. by Nicholas Marriott · 13 years ago
  30. 218b692 Only enter copy mode on scroll up, from Ailin Nemui. by Nicholas Marriott · 13 years ago
  31. 96a34a0 Tidy up by adding a macro for the pane being the full screen width, from by Nicholas Marriott · 13 years ago
  32. 132403b Missing ()s in macros. by Nicholas Marriott · 13 years ago
  33. 3e6454f Pull CRA out into a separate function and add ERA, from Ailin Nemui. by Nicholas Marriott · 13 years ago
  34. f66b105 Make unbind-key -a work with -t, based on a diff from Kazuhiko Sakaguchi. by Nicholas Marriott · 13 years ago
  35. cc979bd default-path has the same possibilities as new-window -c now. by Nicholas Marriott · 13 years ago
  36. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
  37. e60f48a Use int not u_char for colours from options since they may have bit 8 by Nicholas Marriott · 13 years ago
  38. ff5155f Add a buffer with all input from last ground state, will be used for by Nicholas Marriott · 13 years ago
  39. 94795eb Add missing prototype. by Nicholas Marriott · 13 years ago
  40. d3e4320 Use an enum for client exit reasons, from George Nachman. by Nicholas Marriott · 13 years ago
  41. 0f9e0d1 Do not return a buffer on the stack, mentioned by jsg a while ago. by Nicholas Marriott · 13 years ago
  42. 48e6ebb Use a helper function to fire choose callback. by Nicholas Marriott · 13 years ago
  43. e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
  44. ed58b2d Add -a flag to kill-window, from Thomas Adam. by Nicholas Marriott · 13 years ago
  45. 5cbca2e Fix printing commands with no arguments, from Benjamin Poirier. by Nicholas Marriott · 13 years ago
  46. e8dff68 Handle partial keys properly by making sure the timer has actually by Nicholas Marriott · 13 years ago
  47. c6e0af9 Turn automatic-rename off properly if turned off by renaming a by Nicholas Marriott · 13 years ago
  48. 6703ca8 Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on by Nicholas Marriott · 13 years ago
  49. 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
  50. ed54f01 Fix comment for mouse bits. by Nicholas Marriott · 13 years ago
  51. 711d220 Fix some indentation. by Nicholas Marriott · 13 years ago
  52. 18d3498 Simplify mouse input function. by Nicholas Marriott · 13 years ago
  53. c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
  54. 20d10c6 Turn some errors down to info. by Nicholas Marriott · 13 years ago
  55. e1273fb Fix option name. by Nicholas Marriott · 13 years ago
  56. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  57. b831f86 Add pane_current_path format, suggested by Mikolaj Kucharski. by Nicholas Marriott · 13 years ago
  58. c11da7c Only exit mouse mode on scroll wheel when actually reaching the end of by Nicholas Marriott · 13 years ago
  59. cd8e536 Only find each window once no matter how many panes, from Jonathan Daugherty. by Nicholas Marriott · 13 years ago
  60. 0edaa34 Add sys/file.h. by Nicholas Marriott · 13 years ago
  61. c0cfbe1 Accept an argument to show-environment to show one variable, based on a by Nicholas Marriott · 13 years ago
  62. 7c9d003 Some terminals respond to secondary DA with primary (they ignore the by Nicholas Marriott · 13 years ago
  63. 49ce38b Fix save-buffer usage, from Kazuhiko Sakaguchi. by Nicholas Marriott · 13 years ago
  64. b1e4b87 Remove a stale comment. by Nicholas Marriott · 13 years ago
  65. 90bf560 Add -C -N -T flags to find-window to find in content, name, title. From by Nicholas Marriott · 13 years ago
  66. 5672f2c Check changes_timer with event_initialized before event_del. by Nicholas Marriott · 13 years ago
  67. 01f2b5d 50 is a too low trigger default on larger terminals, bump to 250. by Nicholas Marriott · 13 years ago
  68. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  69. bf9e7a1 Move MSG_IDENTIFY to the last sent by the client, this will be needed by by Nicholas Marriott · 13 years ago
  70. d8805af On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for by Nicholas Marriott · 13 years ago
  71. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  72. 4f480c9 $Id$ -> $OpenBSD$. by Nicholas Marriott · 13 years ago
  73. 50f5d2a Use snprintf for constructing attribute string, from Tim Ruehsen. by Nicholas Marriott · 13 years ago
  74. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  75. 87d092d Michael Krysiak points out that some terminals (eg mintty) have cursor by Nicholas Marriott · 13 years ago
  76. e87d4b4 Need to call recalculate_sizes() when changing window with the mouse, by Nicholas Marriott · 13 years ago
  77. f152379 Add -q option to set-option to turn off info message, from marcel partap. by Nicholas Marriott · 13 years ago
  78. 889fe42 Break out termios initialization into a separate function, from George Nachman. by Nicholas Marriott · 13 years ago
  79. 164e85c Do not clear to end of line if the line is full, fixes missing last by Nicholas Marriott · 13 years ago
  80. 0b34fef Use the region lower not the pane size to work out where the bottom line is. by Nicholas Marriott · 13 years ago
  81. 928f406 Tweak last fix to actually hit the right end of pane. by Nicholas Marriott · 13 years ago
  82. 7ad0525 Fix warnings. Doh. by Nicholas Marriott · 13 years ago
  83. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  84. a597e35 Redirect libevent logging to tmux's log. by Nicholas Marriott · 13 years ago
  85. 0489213 Revert screen-write.c r1.54 and fix the bug properly. After wrapping a by Nicholas Marriott · 13 years ago
  86. c8c0d68 Send secondary DA to terminals with XT in terminfo when starting up and by Nicholas Marriott · 13 years ago
  87. 523ed38 Respond to secondary DA requests. by Nicholas Marriott · 13 years ago
  88. 005566f Fix a warning. Doh. by Nicholas Marriott · 13 years ago
  89. 698361c Add a helper function for enabling an optimization to make some code clearer. by Nicholas Marriott · 13 years ago
  90. 71df37c Store context off before moving the cursor when wrapping, to fix long by Nicholas Marriott · 13 years ago
  91. 4e05a2c Add -P/-F flags to break-pane too, from George Nachman. by Nicholas Marriott · 13 years ago
  92. 575bfa4 Erm, use EL in a way that actually works... by Nicholas Marriott · 13 years ago
  93. 31ddae7 Use EL to clear to end of line if possible. by Nicholas Marriott · 13 years ago
  94. 1bbb793 Always remember last cursor position when moving up or down, not just by Nicholas Marriott · 13 years ago
  95. 799f437 Remove some bits leftover from unused backoff code. by Nicholas Marriott · 13 years ago
  96. be63fef Add a missing call to window_set_name, from George Nachman. by Nicholas Marriott · 13 years ago
  97. ac9ebc2 Use a lock file and flock() to serialize server start, avoids problems by Nicholas Marriott · 13 years ago
  98. 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
  99. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  100. 178a207 Accept hex values as keys, needed for send-keys, based on a diff from by Nicholas Marriott · 13 years ago