1. dd4a3b2 tty_write is relatively short and the only function left in tty-write.c so move by Nicholas Marriott · 15 years ago
  2. ddad0be More tty code tidying: move the saved cursor/region position (from before the by Nicholas Marriott · 15 years ago
  3. bb4bab4 log_debug3 no longer exists, change the sole use in GRID_DEBUG to log_debug2. by Nicholas Marriott · 15 years ago
  4. 2ec2837 enum tty_cmd is only used as an index into the array of command function by Nicholas Marriott · 15 years ago
  5. 6a309c5 There are relatively few arguments to tty_cmd_* functions now, so tidy them up by Nicholas Marriott · 15 years ago
  6. 5bd72ec tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to by Nicholas Marriott · 15 years ago
  7. e43b6a2 Adjust field width to fit longest key when listing. by Nicholas Marriott · 15 years ago
  8. 3eb6080 Remove leftover debug logging of password. by Nicholas Marriott · 15 years ago
  9. 76a9d98 Make some functions which return unused values void (mostly found by lint) and by Nicholas Marriott · 15 years ago
  10. 6945e86 Nix a few unused attributes on arguments which are no longer unused. by Nicholas Marriott · 15 years ago
  11. 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
  12. b9a1790 __progname is not const, pointed out by deraadt. by Nicholas Marriott · 15 years ago
  13. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  14. c6012aa Now that #P could be in the status line, flag it for redraw when the active by Nicholas Marriott · 15 years ago
  15. c0862da Tweak unbind-key language very slightly. by Nicholas Marriott · 15 years ago
  16. 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 15 years ago
  17. b292f71 Add a status-justify option to allow the window list in the status line to be by Nicholas Marriott · 15 years ago
  18. e32e0d5 New options, window-status-current-{fg,bg,attr}, to set the fg, bg and by Nicholas Marriott · 15 years ago
  19. 73732ff Kill some dead stores and fix a null pointer deref, found by clang. by Nicholas Marriott · 15 years ago
  20. ff2cc0e Move the offsets as well when swapping panes. by Nicholas Marriott · 15 years ago
  21. 550b855 tweak previous; by Jason McIntyre · 15 years ago
  22. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  23. fc6a65c Add three new session options: visual-activity, visual-bell, visual-content. If by Nicholas Marriott · 15 years ago
  24. 0ca6f66 Make it so using kill-pane to destroy the last pane in a window destroys the by Nicholas Marriott · 15 years ago
  25. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  26. ad006bc When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  27. ce53936 Tidy up new-session and attach-session and change them to work from inside by Nicholas Marriott · 15 years ago
  28. 1938c99 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
  29. 7ddba90 If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
  30. d3b5c24 Oops, it is always a good idea to get arguments the right way round. by Nicholas Marriott · 15 years ago
  31. 216df07 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  32. 65deba3 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  33. 9642f03 Remove some duplicate code that was causing the status line to be redrawn even by Nicholas Marriott · 15 years ago
  34. 3e9d9a2 Fix arguments to switch-client. by Nicholas Marriott · 15 years ago
  35. 924bf84 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  36. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  37. 780fd8f Return -1 not NULL on error, pointed out by Roy Marples. by Nicholas Marriott · 15 years ago
  38. aa3403a Add a -k flag to unlink-window which makes it behave the same as the old by Nicholas Marriott · 15 years ago
  39. 9601b72 The man page says that kill-window removes the window entirely, unlinking it by Nicholas Marriott · 15 years ago
  40. ca617d6 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  41. 615d85f Add main-pane-height to the options list (was missed before). by Nicholas Marriott · 15 years ago
  42. f08c9b2 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
  43. ae2ea52 Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  44. e76caa0 Don't accept input to a window if it not visible. by Nicholas Marriott · 15 years ago
  45. 975f516 The scroll region cannot be one line only, ignore attempts to make it so. by Nicholas Marriott · 15 years ago
  46. fe20c0d Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
  47. 4a9b01e Need time.h not sys/time.h for time(2). by Nicholas Marriott · 15 years ago
  48. 6910458 Add backspace key to named keys. by Nicholas Marriott · 15 years ago
  49. ceace9c Since tmux doesn't actually need ncurses, use -lcurses/curses.h by Nicholas Marriott · 15 years ago
  50. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  51. 5d91555 zap trailing whitespace; by Jason McIntyre · 15 years ago
  52. cba885a Expand leading tildes in arguments, from Tiage Cunha. by Nicholas Marriott · 15 years ago
  53. cf41105 copy-mode and scroll-mode have a -u flag missing from usage, add it. by Nicholas Marriott · 15 years ago
  54. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  55. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  56. 0b788a3 Missed this declaration in key bindings change. Whoops. by Nicholas Marriott · 15 years ago
  57. 88555d9 Document the -k flag to new-window. by Nicholas Marriott · 15 years ago
  58. 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
  59. 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  60. fa8333e Merge three copies of identical code to move the cursor x position into a by Nicholas Marriott · 15 years ago
  61. 22355ce If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  62. bd098c2 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  63. e415ead Add -r to the synopsis of the paste-buffer command, prompted by jmc. by Nicholas Marriott · 15 years ago
  64. 2f71982 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  65. 289320a Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
  66. 4cbbbdd paste-buffer -d was not documented. From Kalle Olavi Niemitalo. by Nicholas Marriott · 15 years ago
  67. 9cd5ba4 Redraw the status line after renaming a session (it may contain the name). by Nicholas Marriott · 15 years ago
  68. 4a6d62e Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
  69. daa1faa Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  70. 25d5734 Document display-time option which seems to have been missed. by Nicholas Marriott · 15 years ago
  71. 58361eb When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  72. 5f2f07e Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
  73. 81181bf New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  74. 24e1327 Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
  75. 29f9d5f Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot net. by Nicholas Marriott · 15 years ago
  76. 86c93c6 Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
  77. 643c219 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
  78. f63761e Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
  79. 8c497ec When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  80. 084d07f Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, by Nicholas Marriott · 15 years ago
  81. b4efd1c Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
  82. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  83. 474fdeb Handle empty or unset TERM correctly; also fix a fatal() message while here. by Nicholas Marriott · 15 years ago
  84. 9ced016 When sending a "protocol mismatch" error message, tell the client to exit by Nicholas Marriott · 15 years ago
  85. e538d4a The fix for default-path (use target session options instead of global options) by Nicholas Marriott · 15 years ago
  86. eb424cf Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
  87. 69e150b Add a section summarising how options work, make the distinction between window by Nicholas Marriott · 15 years ago
  88. fe5edad Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
  89. 4c5c125 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
  90. 68e06fb Fix two errors with character/line insertion and deletion: the maximum number by Nicholas Marriott · 15 years ago
  91. 003e8e6 Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was by Nicholas Marriott · 15 years ago
  92. 710393e Use gmtime_r so the current time isn't overwritten, the minute comparison works by Nicholas Marriott · 15 years ago
  93. 2660692 Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 15 years ago
  94. 916669a Add missing spaces before some alias closing brackets, otherwise they are by Nicholas Marriott · 15 years ago
  95. 46f80d0 After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 15 years ago
  96. b11b1dd Remove some unused function declarations; no binary change. by Nicholas Marriott · 15 years ago
  97. 1ec736a Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  98. c506e7f Also #ifndef nitems here, caught by Thomas Jeunet. by Nicholas Marriott · 15 years ago
  99. eb8ab96 Remove some dead assignments, found by sthen with clang. by Nicholas Marriott · 15 years ago
  100. e225ce0 #ifndef nitems to avoid redefining it if it is already in a header. by Nicholas Marriott · 15 years ago