1. 88b83be Sync OpenBSD patchset 220: by Tiago Cunha · 15 years ago
  2. c32ca6a Sync OpenBSD patchset 216: by Tiago Cunha · 15 years ago
  3. 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
  4. ec3dba0 Sync OpenBSD patchset 198: by Tiago Cunha · 15 years ago
  5. 6fbfcfc Sync OpenBSD patchset 196: by Tiago Cunha · 15 years ago
  6. 5a9b7b2 Sync OpenBSD patchset 195: by Tiago Cunha · 15 years ago
  7. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  8. 7174c76 Sync OpenBSD patchset 166: by Tiago Cunha · 15 years ago
  9. 1bf524c Sync OpenBSD patchset 152: by Tiago Cunha · 15 years ago
  10. 54c6848 Sync OpenBSD patchset 148: by Tiago Cunha · 15 years ago
  11. 9a07e8f Sync OpenBSD patchset 147: by Tiago Cunha · 15 years ago
  12. e895700 Sync OpenBSD patchset 146: by Tiago Cunha · 15 years ago
  13. 376c808 Add three new session options: visual-activity, visual-bell, visual-content. by Tiago Cunha · 15 years ago
  14. f1efd6b If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
  15. d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  16. 890db6e Accidently deleted default-command. by Nicholas Marriott · 15 years ago
  17. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  18. 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  19. 22d1b94 Using -l to specify a login shell is non-POSIX and causes problems with shells by Nicholas Marriott · 15 years ago
  20. f1463ff Lose -V. by Nicholas Marriott · 15 years ago
  21. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
  22. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  23. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  24. f17a5f1 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 15 years ago
  25. f0bcbcf Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 15 years ago
  26. cd5a4f4 LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 15 years ago
  27. 6f4600c Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 15 years ago
  28. f90450f Zero the password given to -U in the client as well. by Nicholas Marriott · 15 years ago
  29. 4f2e5f8 Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 15 years ago
  30. 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  31. 94f5ddb remove unused flag; while here, make usage's output fit on 80-column displays. by Nicholas Marriott · 15 years ago
  32. 6586595 Use login shells by default. by Nicholas Marriott · 15 years ago
  33. 6528d47 Don't leak memory if multiple -f flags are given. From ray by Nicholas Marriott · 15 years ago
  34. 940e2ae endpwent() is not required after getpwuid(). by Nicholas Marriott · 15 years ago
  35. cd4566c Spacing. by Nicholas Marriott · 15 years ago
  36. 5db59a0 If LANG contains "UTF-8", assume the terminal supports UTF-8, on the grounds that anyone who configures it probably wants UTF-8. Not certain if this is a perfect idea but let's see if it causes any problems. by Nicholas Marriott · 15 years ago
  37. 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 15 years ago
  38. 72e464f main-horizontal layout and main-pane-height option to match vertical. by Nicholas Marriott · 15 years ago
  39. 6e4b947 New option main-pane-width to set width of pane in left-vertical mode. by Nicholas Marriott · 15 years ago
  40. 03af7c9 Recreate server socket on SIGUSR1, per SF feature request 2792533. by Nicholas Marriott · 15 years ago
  41. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  42. 88daeb5 Bye-bye META. by Nicholas Marriott · 15 years ago
  43. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  44. f9af6f7 Document -L and -8, fix synopsis. by Nicholas Marriott · 16 years ago
  45. 3932da2 Better errno, from joshe. by Nicholas Marriott · 16 years ago
  46. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  47. be0c79f Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg by Nicholas Marriott · 16 years ago
  48. f5f04a9 * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. by Nicholas Marriott · 16 years ago
  49. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  50. 95c8c04 Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. by Nicholas Marriott · 16 years ago
  51. b235815 Don't close fds, so error message appears. by Nicholas Marriott · 16 years ago
  52. 62d2ab3 Continue process if suspended. by Nicholas Marriott · 16 years ago
  53. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  54. c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
  55. 3f17191 Return 1 on error. Doh. by Nicholas Marriott · 16 years ago
  56. 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
  57. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  58. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  59. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  60. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
  61. 97fef89 Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. by Nicholas Marriott · 16 years ago
  62. bc56751 Disable lock-after-time by default. by Nicholas Marriott · 16 years ago
  63. 78f7e6d Turn off prefix-time for the moment, it is too annoying. by Nicholas Marriott · 16 years ago
  64. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
  65. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  66. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  67. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  68. fd05d07 Change server-info format. by Nicholas Marriott · 16 years ago
  69. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  70. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  71. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  72. ed1031b Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. by Nicholas Marriott · 16 years ago
  73. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  74. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  75. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  76. 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
  77. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  78. 9e57336 Style tweaks. by Nicholas Marriott · 16 years ago
  79. 62457bc Trim. by Nicholas Marriott · 16 years ago
  80. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  81. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  82. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  83. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  84. 8ed403e Tidy logging and lose stdout hacks for _info. by Nicholas Marriott · 16 years ago
  85. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  86. b881ff9 Sync use from priteau. by Nicholas Marriott · 16 years ago
  87. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  88. b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
  89. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  90. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  91. 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
  92. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  93. a1db273 display-time option to set message display time. by Nicholas Marriott · 16 years ago
  94. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  95. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  96. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  97. be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
  98. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  99. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
  100. 6c23e89 Sort options from Pierre Riteau. by Nicholas Marriott · 16 years ago