1. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  2. 3f3b01c While the display-panes indicator is on screen, make the number keys select the by Nicholas Marriott · 15 years ago
  3. 51c9574 Reference count clients and sessions rather than relying on a saved index for by Nicholas Marriott · 15 years ago
  4. e323f66 Tiny cleanup. by Matthias Kilian · 15 years ago
  5. ccba613 Give each paste buffer a size member instead of requiring them to be by Nicholas Marriott · 15 years ago
  6. e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago
  7. ffab22b Only redraw all clients once when the backoff timer expires rather than every by Nicholas Marriott · 15 years ago
  8. 83af55b Tidy main and make it a bit easier to read. by Nicholas Marriott · 15 years ago
  9. be0d6fa Tell the user when sleeping due to password backoff. by Nicholas Marriott · 15 years ago
  10. 751a2fa Fix a race condition when asking a client to take over the terminal (switching by Nicholas Marriott · 15 years ago
  11. 81a457e When shutting down the server, expect clients to be polite and exit when asked by Nicholas Marriott · 15 years ago
  12. 459abaf That was the wrong fix. MSG_ERROR should set the error and the client should by Nicholas Marriott · 15 years ago
  13. 7a4bac8 Set exittype for error exit as well as the error string. by Nicholas Marriott · 15 years ago
  14. 74c35c5 Accept -l to make it easier for people who use tmux as a login shell to use by Nicholas Marriott · 15 years ago
  15. c5ac257 When incorrect passwords are entered, behave similarly to login(1) and backoff by Nicholas Marriott · 15 years ago
  16. 61b7dc5 Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle by Nicholas Marriott · 15 years ago
  17. c089e19 If forking a login shell or if SHELL is otherwise not useful, set it to the by Nicholas Marriott · 15 years ago
  18. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  19. f8aa582 Use "Password:" with no space for password prompts and don't display a *s for by Nicholas Marriott · 15 years ago
  20. 34bb735 Sort cases same as getopt argument, from martynas. by Nicholas Marriott · 15 years ago
  21. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  22. 8102ec3 squash typo ok nicm@ by Stefan Sperling · 15 years ago
  23. 71ede76 Don't call tty_free unless the client is a terminal, otherwise tty_init hasn't by Nicholas Marriott · 15 years ago
  24. 2e5b3ab Initialise the arg2 pointer properly (also free it when freeing the by Nicholas Marriott · 15 years ago
  25. ddf97f8 Make this work when the clock is in small characters as well. Doh. by Nicholas Marriott · 15 years ago
  26. 1ba5ce9 Fix clock mode in black and white terminals now that tty.c tries to fix reverse. by Nicholas Marriott · 15 years ago
  27. f949107 Print -l and -p when showing command, pointed out by Tiago Cunha. by Nicholas Marriott · 15 years ago
  28. be16f79 These should #include <ctype.h>. by Nicholas Marriott · 15 years ago
  29. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  30. 4f1d81c gcc2 doesn't understand attributes on function pointers. by Nicholas Marriott · 15 years ago
  31. 90400ae Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASS by Nicholas Marriott · 15 years ago
  32. a910b38 Some code tidying. by Nicholas Marriott · 15 years ago
  33. c7394ac When using source-file, run the commands in the context of the source-file by Nicholas Marriott · 15 years ago
  34. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  35. 1eb303e Check the return value of strunvis against -1 not NULL. by Nicholas Marriott · 15 years ago
  36. 926b52b Emulate dch/dch1 if missing by redrawing the entire line. by Nicholas Marriott · 15 years ago
  37. 915a191 Move reading termios settings to before tty_open alters them, and expand the by Nicholas Marriott · 15 years ago
  38. 65ac8e9 Ugh, committed the wrong version of this change and got both solutions rather by Nicholas Marriott · 15 years ago
  39. f817a33 When moving up or down in copy mode, save the cursor position and size of the by Nicholas Marriott · 15 years ago
  40. 0198bb6 Fix grid_expand_line so it actually works when the required size is bigger than by Nicholas Marriott · 15 years ago
  41. 1501b3f A few trivial optimisations: no need to check for zero size if calling by Nicholas Marriott · 15 years ago
  42. 234ad54 Nuke unused variable. by Nicholas Marriott · 15 years ago
  43. bf121f7 Handle the device attributes (DA) escape sequence. by Nicholas Marriott · 15 years ago
  44. c741f2f tweak previous; by Jason McIntyre · 15 years ago
  45. 5533665 Don't read beyond the edge of the screen when searching (dies with debug by Nicholas Marriott · 15 years ago
  46. c41aa49 Use cfsetispeed/cfsetospeed to set termios speed members. by Nicholas Marriott · 15 years ago
  47. 3f4418d Extend command-prompt with a -p option which is a comma-separated list of one by Nicholas Marriott · 15 years ago
  48. 036de0c Instead of just checking for an empty buffer, which may not be the case if by Nicholas Marriott · 15 years ago
  49. c488e5e Whoops, getting the comparison the right way round is usually recommended. by Nicholas Marriott · 15 years ago
  50. 8b7be58 Move another expensive options test to after a cheaper timer check/update. by Nicholas Marriott · 15 years ago
  51. fa61746 options_get_number() is relatively expensive and a check for dead panes happens by Nicholas Marriott · 15 years ago
  52. 145ba77 Now that pane targets (-t) are supported, switch some commands to use them by Nicholas Marriott · 15 years ago
  53. dc6271c Tag a few missed printf-like functions and fix a missing "%s". by Nicholas Marriott · 15 years ago
  54. 003a2e6 Pass show-buffer output through vis(3) as well, and wrap it to the edge of the by Nicholas Marriott · 15 years ago
  55. 840fff5 Change list-buffers to run the preview of the buffer through vis(1). by Nicholas Marriott · 15 years ago
  56. 1c58b94 Use the full screen width when printing output rather than one less. by Nicholas Marriott · 15 years ago
  57. 406fc20 Nuke unnecessary assignment. by Nicholas Marriott · 15 years ago
  58. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
  59. c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 15 years ago
  60. e7cd547 Reset attributes as well as scroll region before poll(2) and add a big comment by Nicholas Marriott · 15 years ago
  61. 5cf9948 Send SGR0 when initialising the screen. Fixes problems on terminals with BCE by Nicholas Marriott · 15 years ago
  62. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
  63. 7a359c0 vi(1)-style half page scroll in copy and scroll modes. Move the vi full page by Nicholas Marriott · 15 years ago
  64. 3915440 Scroll by two less than the number of lines in the screen, like emacs, rather by Nicholas Marriott · 15 years ago
  65. 375be90 Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very by Nicholas Marriott · 15 years ago
  66. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  67. 3026118 Allowing copy mode to scroll left and right is annoying, so limit it to the by Nicholas Marriott · 15 years ago
  68. e2ff51f Rather than telling the client to exit in the function when creating a new by Nicholas Marriott · 15 years ago
  69. 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
  70. 2e3bb5a Redraw the screen after resizing. by Nicholas Marriott · 15 years ago
  71. b02e429 It was originally intended that scroll mode would show content that was by Nicholas Marriott · 15 years ago
  72. 7a005b9 If the client passes zero for the window size in the identify message (which it by Nicholas Marriott · 15 years ago
  73. bc497db A tty context must not be modified as it may be reused to update multiple by Nicholas Marriott · 15 years ago
  74. 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 15 years ago
  75. 85e8b70 imsg closes the fd after sending, so dup() STDIN_FILENO before passing it to by Nicholas Marriott · 15 years ago
  76. e0a19ab Initialise log_fd to -1, prevents spurious disconnection of the client when it by Nicholas Marriott · 15 years ago
  77. 4310282 Have the client pass its stdin fd to the server when identifying itself and by Nicholas Marriott · 15 years ago
  78. 4ec8ade Add a TTY_OPENED flag and tidy a little. by Nicholas Marriott · 15 years ago
  79. ff65e37 Drop the no_stop argument to tty_close and tty_free in favour of a flag in the by Nicholas Marriott · 15 years ago
  80. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  81. 60db6e3 Add flags for 1+2 and 2 arguments to the generic target code, use it for by Nicholas Marriott · 15 years ago
  82. edcb22a No arguments are the same as new-session and this requires the environment to by Nicholas Marriott · 15 years ago
  83. 181e1bc Reset the attributes after drawing all or part of the screen, and reset the by Nicholas Marriott · 15 years ago
  84. fa64c12 Use the right source and destination lines in grid_duplicate_lines. by Nicholas Marriott · 15 years ago
  85. ec0c33b some minor tweaks; ok nicm by Jason McIntyre · 15 years ago
  86. de73fed zap trailing whitespace; by Jason McIntyre · 15 years ago
  87. d7de29e Minor language tweaks, change which key bindings are summarised. by Nicholas Marriott · 15 years ago
  88. ad18e45 Nuke a dead variable found with clang and an unused declaration with lint. by Nicholas Marriott · 15 years ago
  89. 57381aa Move the key bindings section to near the start, mention attach/detach in the by Nicholas Marriott · 15 years ago
  90. b3107d2 Don't leak in the (rare) case of an invalid command at the end of a file not by Nicholas Marriott · 15 years ago
  91. 05f1680 Use a temporary variable for strdup of const char *. by Nicholas Marriott · 15 years ago
  92. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  93. e985629 Tidy function a little by using a temporary variable. by Nicholas Marriott · 15 years ago
  94. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
  95. 92cc3a6 Handle ttyname(3) failure better. by Nicholas Marriott · 15 years ago
  96. 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 15 years ago
  97. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  98. e89e70e If there is an error in the configuration file, don't just exit(1) as this can by Nicholas Marriott · 15 years ago
  99. ccaf872 Move introduction section up into description. From jmc. by Nicholas Marriott · 15 years ago
  100. 04e97e8 Using the alternative screen (smcup/rmcup) should also preserve the current by Nicholas Marriott · 15 years ago