1. 036de0c Instead of just checking for an empty buffer, which may not be the case if by Nicholas Marriott · 16 years ago
  2. c488e5e Whoops, getting the comparison the right way round is usually recommended. by Nicholas Marriott · 16 years ago
  3. 8b7be58 Move another expensive options test to after a cheaper timer check/update. by Nicholas Marriott · 16 years ago
  4. fa61746 options_get_number() is relatively expensive and a check for dead panes happens by Nicholas Marriott · 16 years ago
  5. 145ba77 Now that pane targets (-t) are supported, switch some commands to use them by Nicholas Marriott · 16 years ago
  6. dc6271c Tag a few missed printf-like functions and fix a missing "%s". by Nicholas Marriott · 16 years ago
  7. 003a2e6 Pass show-buffer output through vis(3) as well, and wrap it to the edge of the by Nicholas Marriott · 16 years ago
  8. 840fff5 Change list-buffers to run the preview of the buffer through vis(1). by Nicholas Marriott · 16 years ago
  9. 1c58b94 Use the full screen width when printing output rather than one less. by Nicholas Marriott · 16 years ago
  10. 406fc20 Nuke unnecessary assignment. by Nicholas Marriott · 16 years ago
  11. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 16 years ago
  12. c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 16 years ago
  13. e7cd547 Reset attributes as well as scroll region before poll(2) and add a big comment by Nicholas Marriott · 16 years ago
  14. 5cf9948 Send SGR0 when initialising the screen. Fixes problems on terminals with BCE by Nicholas Marriott · 16 years ago
  15. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 16 years ago
  16. 7a359c0 vi(1)-style half page scroll in copy and scroll modes. Move the vi full page by Nicholas Marriott · 16 years ago
  17. 3915440 Scroll by two less than the number of lines in the screen, like emacs, rather by Nicholas Marriott · 16 years ago
  18. 375be90 Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very by Nicholas Marriott · 16 years ago
  19. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 16 years ago
  20. 3026118 Allowing copy mode to scroll left and right is annoying, so limit it to the by Nicholas Marriott · 16 years ago
  21. e2ff51f Rather than telling the client to exit in the function when creating a new by Nicholas Marriott · 16 years ago
  22. 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 16 years ago
  23. 2e3bb5a Redraw the screen after resizing. by Nicholas Marriott · 16 years ago
  24. b02e429 It was originally intended that scroll mode would show content that was by Nicholas Marriott · 16 years ago
  25. 7a005b9 If the client passes zero for the window size in the identify message (which it by Nicholas Marriott · 16 years ago
  26. bc497db A tty context must not be modified as it may be reused to update multiple by Nicholas Marriott · 16 years ago
  27. 9a52ef0 When started as the shell, __progname contains a leading -, so hardcode "tmux" by Nicholas Marriott · 16 years ago
  28. 85e8b70 imsg closes the fd after sending, so dup() STDIN_FILENO before passing it to by Nicholas Marriott · 16 years ago
  29. e0a19ab Initialise log_fd to -1, prevents spurious disconnection of the client when it by Nicholas Marriott · 16 years ago
  30. 4310282 Have the client pass its stdin fd to the server when identifying itself and by Nicholas Marriott · 16 years ago
  31. 4ec8ade Add a TTY_OPENED flag and tidy a little. by Nicholas Marriott · 16 years ago
  32. ff65e37 Drop the no_stop argument to tty_close and tty_free in favour of a flag in the by Nicholas Marriott · 16 years ago
  33. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 16 years ago
  34. 60db6e3 Add flags for 1+2 and 2 arguments to the generic target code, use it for by Nicholas Marriott · 16 years ago
  35. edcb22a No arguments are the same as new-session and this requires the environment to by Nicholas Marriott · 16 years ago
  36. 181e1bc Reset the attributes after drawing all or part of the screen, and reset the by Nicholas Marriott · 16 years ago
  37. fa64c12 Use the right source and destination lines in grid_duplicate_lines. by Nicholas Marriott · 16 years ago
  38. ec0c33b some minor tweaks; ok nicm by Jason McIntyre · 16 years ago
  39. de73fed zap trailing whitespace; by Jason McIntyre · 16 years ago
  40. d7de29e Minor language tweaks, change which key bindings are summarised. by Nicholas Marriott · 16 years ago
  41. ad18e45 Nuke a dead variable found with clang and an unused declaration with lint. by Nicholas Marriott · 16 years ago
  42. 57381aa Move the key bindings section to near the start, mention attach/detach in the by Nicholas Marriott · 16 years ago
  43. b3107d2 Don't leak in the (rare) case of an invalid command at the end of a file not by Nicholas Marriott · 16 years ago
  44. 05f1680 Use a temporary variable for strdup of const char *. by Nicholas Marriott · 16 years ago
  45. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 16 years ago
  46. e985629 Tidy function a little by using a temporary variable. by Nicholas Marriott · 16 years ago
  47. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 16 years ago
  48. 92cc3a6 Handle ttyname(3) failure better. by Nicholas Marriott · 16 years ago
  49. 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 16 years ago
  50. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 16 years ago
  51. e89e70e If there is an error in the configuration file, don't just exit(1) as this can by Nicholas Marriott · 16 years ago
  52. ccaf872 Move introduction section up into description. From jmc. by Nicholas Marriott · 16 years ago
  53. 04e97e8 Using the alternative screen (smcup/rmcup) should also preserve the current by Nicholas Marriott · 16 years ago
  54. 746fe58 tweak INTRODUCTION; from nicm and myself by Jason McIntyre · 16 years ago
  55. 4027335 Clear the codes array earlier as tty_term_free could be called on error. by Nicholas Marriott · 16 years ago
  56. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 16 years ago
  57. 12ef3ce Add a -a flag to set-option and set-window-option to append to an existing by Nicholas Marriott · 16 years ago
  58. a0647f1 restructure the layout of this page, moving the commands into various by Jason McIntyre · 16 years ago
  59. 9e3bb98 Show the bell/activity/current status and the window title in the choice list. by Nicholas Marriott · 16 years ago
  60. 93bf2a1 Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also by Nicholas Marriott · 16 years ago
  61. 6b69b93 clean up some macro abuse in the commands section; by Jason McIntyre · 16 years ago
  62. 189fb08 Split the comparison into a function to make this code smaller and more by Nicholas Marriott · 16 years ago
  63. ac54dee Don't try to free old string values (and crash) when they are overridden unless by Nicholas Marriott · 16 years ago
  64. 9a391b3 tweak previous; by Jason McIntyre · 16 years ago
  65. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 16 years ago
  66. e4bb08e Fix checking of setupterm(3) error codes. While there include the by Matthieu Herrb · 16 years ago
  67. 5db47ed Pass the ACS border characters through tty_get_acs so they appear correctly on by Nicholas Marriott · 16 years ago
  68. 95caeaa Don't leak when rollling buffers off when the paste buffer limit is reached. by Nicholas Marriott · 16 years ago
  69. 97f105c Plug some memory leaks. by Nicholas Marriott · 16 years ago
  70. 61f3fc7 Don't babysit people and let them try to load /dev/zero or (more useful) by Nicholas Marriott · 16 years ago
  71. 8df3035 Remove some dead code found by clang. by Nicholas Marriott · 16 years ago
  72. 6d86882 tweak previous; by Jason McIntyre · 16 years ago
  73. 9f1dd4d Similar changes for server_msg_dispatch: use a switch instead of a lookup table by Nicholas Marriott · 16 years ago
  74. 5f13bb0 There aren't many client message types or code to handle them so get rid of the by Nicholas Marriott · 16 years ago
  75. 479d614 Tell the server when the client gets SIGTERM so it can clean up the terminal by Nicholas Marriott · 16 years ago
  76. 071494d Merge pane number into the target specification for pane commands. Instead of by Nicholas Marriott · 16 years ago
  77. a87228b new sentence, new line; by Jason McIntyre · 16 years ago
  78. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 16 years ago
  79. 2b33108 Add an additional heuristic to work out the current session when run from the by Nicholas Marriott · 16 years ago
  80. c1d6d7a Rename struct hdrtype to msgtype which is a better name and can be used even by Nicholas Marriott · 16 years ago
  81. d3c4610 Taking account of the "s, 22 not 24 is the maximum length of #T in status-right by Nicholas Marriott · 16 years ago
  82. f596be9 Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t by Nicholas Marriott · 16 years ago
  83. 9e5d585 Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. by Nicholas Marriott · 16 years ago
  84. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 16 years ago
  85. 2da4864 If select-layout is not given an argument, repply the last layout used in the by Nicholas Marriott · 16 years ago
  86. 309b76f Remove an unused entry in the mode keys command enum and rename by Nicholas Marriott · 16 years ago
  87. d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 16 years ago
  88. 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 16 years ago
  89. ad0aad2 Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). by Nicholas Marriott · 16 years ago
  90. fc65da1 Draw UTF-8 characters under the selection correctly. by Nicholas Marriott · 16 years ago
  91. 584eda8 Change previous-word behavior to move to the beginning of the word (matches by Nicholas Marriott · 16 years ago
  92. 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 16 years ago
  93. 55d8c01 Calculate the space available for the prompt buffer and the cursor position by Nicholas Marriott · 16 years ago
  94. 6b3b852 Go to the next if the current best process is replaced, don't keep comparing it by Nicholas Marriott · 16 years ago
  95. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 16 years ago
  96. 2bb89bc Set the active pane when respawning a window - fixes problems when respawning a by Nicholas Marriott · 16 years ago
  97. 1331738 Use the full range of ACS line drawing characters to draw pane borders, by Nicholas Marriott · 16 years ago
  98. c6dac5c cmd_find_index should return -2 on error. by Nicholas Marriott · 16 years ago
  99. 029599c Simplify screen redrawing by drawing the border and background together rather by Nicholas Marriott · 16 years ago
  100. 1d1ea68 Accept lowercase c- and m- prefix as well as C- and M-. by Nicholas Marriott · 16 years ago