- 5be3fb8 Sync OpenBSD patchset 350: by Tiago Cunha · 15 years ago
- 1310ea2 Sync OpenBSD patchset 347: by Tiago Cunha · 15 years ago
- df7b684 Sync OpenBSD patchset 343: by Tiago Cunha · 15 years ago
- 23d7ed3 Sync OpenBSD patchset 331: by Tiago Cunha · 15 years ago
- 02c4760 Sync OpenBSD patchset 315: by Tiago Cunha · 15 years ago
- 884ebb6 Sync OpenBSD patchset 309: by Tiago Cunha · 15 years ago
- f796336 Sync OpenBSD patchset 308: by Tiago Cunha · 15 years ago
- a3a150f Sync OpenBSD patchset 305: by Tiago Cunha · 15 years ago
- ce5c441 Sync OpenBSD patchset 304: by Tiago Cunha · 15 years ago
- 99de03e Sync OpenBSD patchset 303: by Tiago Cunha · 15 years ago
- ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
- d5bc78d Sync OpenBSD patchset 292: by Tiago Cunha · 15 years ago
- 9541471 Sync OpenBSD patchset 258: by Tiago Cunha · 15 years ago
- e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
- 06b3f49 Sync OpenBSD patchset 249: by Tiago Cunha · 15 years ago
- a9b6bfd Sync OpenBSD patchset 243: by Tiago Cunha · 15 years ago
- 48ede1a Sync OpenBSD patchset 241: by Tiago Cunha · 15 years ago
- 29b1b2f Sync OpenBSD patchset 231: by Tiago Cunha · 15 years ago
- 167a8c9 Sync OpenBSD patchset 229: by Tiago Cunha · 15 years ago
- 88b83be Sync OpenBSD patchset 220: by Tiago Cunha · 15 years ago
- c32ca6a Sync OpenBSD patchset 216: by Tiago Cunha · 15 years ago
- 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
- ec3dba0 Sync OpenBSD patchset 198: by Tiago Cunha · 15 years ago
- 6fbfcfc Sync OpenBSD patchset 196: by Tiago Cunha · 15 years ago
- 5a9b7b2 Sync OpenBSD patchset 195: by Tiago Cunha · 15 years ago
- d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
- 7174c76 Sync OpenBSD patchset 166: by Tiago Cunha · 15 years ago
- 1bf524c Sync OpenBSD patchset 152: by Tiago Cunha · 15 years ago
- 54c6848 Sync OpenBSD patchset 148: by Tiago Cunha · 15 years ago
- 9a07e8f Sync OpenBSD patchset 147: by Tiago Cunha · 15 years ago
- e895700 Sync OpenBSD patchset 146: by Tiago Cunha · 15 years ago
- 376c808 Add three new session options: visual-activity, visual-bell, visual-content. by Tiago Cunha · 15 years ago
- f1efd6b If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
- d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
- 890db6e Accidently deleted default-command. by Nicholas Marriott · 15 years ago
- 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
- 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
- 22d1b94 Using -l to specify a login shell is non-POSIX and causes problems with shells by Nicholas Marriott · 15 years ago
- f1463ff Lose -V. by Nicholas Marriott · 15 years ago
- a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
- bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
- a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
- f17a5f1 If getcwd() fails, use the user's home directory, or /, instead of failing with by Nicholas Marriott · 15 years ago
- f0bcbcf Remove error about using -L and -S together which was never displayed as by Nicholas Marriott · 15 years ago
- cd5a4f4 LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code by Nicholas Marriott · 15 years ago
- 6f4600c Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when by Nicholas Marriott · 15 years ago
- f90450f Zero the password given to -U in the client as well. by Nicholas Marriott · 15 years ago
- 4f2e5f8 Do not set the window title by default (make set-titles option default to off), by Nicholas Marriott · 15 years ago
- 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
- 94f5ddb remove unused flag; while here, make usage's output fit on 80-column displays. by Nicholas Marriott · 15 years ago
- 6586595 Use login shells by default. by Nicholas Marriott · 15 years ago
- 6528d47 Don't leak memory if multiple -f flags are given. From ray by Nicholas Marriott · 15 years ago
- 940e2ae endpwent() is not required after getpwuid(). by Nicholas Marriott · 15 years ago
- cd4566c Spacing. by Nicholas Marriott · 16 years ago
- 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 · 16 years ago
- 80af85a - New window option monitor-content to search for a string in a window, and by Tiago Cunha · 16 years ago
- 72e464f main-horizontal layout and main-pane-height option to match vertical. by Nicholas Marriott · 16 years ago
- 6e4b947 New option main-pane-width to set width of pane in left-vertical mode. by Nicholas Marriott · 16 years ago
- 03af7c9 Recreate server socket on SIGUSR1, per SF feature request 2792533. by Nicholas Marriott · 16 years ago
- c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 16 years ago
- 88daeb5 Bye-bye META. by Nicholas Marriott · 16 years ago
- 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
- f9af6f7 Document -L and -8, fix synopsis. by Nicholas Marriott · 16 years ago
- 3932da2 Better errno, from joshe. by Nicholas Marriott · 16 years ago
- b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
- be0c79f Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg by Nicholas Marriott · 16 years ago
- 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
- e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
- 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
- b235815 Don't close fds, so error message appears. by Nicholas Marriott · 16 years ago
- 62d2ab3 Continue process if suspended. by Nicholas Marriott · 16 years ago
- 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
- 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
- 3f17191 Return 1 on error. Doh. by Nicholas Marriott · 16 years ago
- 392e135 Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up by Nicholas Marriott · 16 years ago
- 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
- 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
- 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
- 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
- 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
- bc56751 Disable lock-after-time by default. by Nicholas Marriott · 16 years ago
- 78f7e6d Turn off prefix-time for the moment, it is too annoying. by Nicholas Marriott · 16 years ago
- 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
- e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
- 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
- 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
- fd05d07 Change server-info format. by Nicholas Marriott · 16 years ago
- a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
- fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
- 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
- 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
- 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
- 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
- d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
- 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
- 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
- 9e57336 Style tweaks. by Nicholas Marriott · 16 years ago
- 62457bc Trim. by Nicholas Marriott · 16 years ago
- df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
- efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago