- b7d5b91 Sync OpenBSD patchset 653: by Tiago Cunha · 15 years ago
- 10abdd9 Sync OpenBSD patchset 642: by Tiago Cunha · 15 years ago
- 82ba7e6 Sync OpenBSD patchset 632: by Tiago Cunha · 15 years ago
- 106011a Sync OpenBSD patchset 597: by Tiago Cunha · 15 years ago
- 90d40e2 Sync OpenBSD patchset 587: by Tiago Cunha · 15 years ago
- 7459be5 Sync OpenBSD patchset 586: by Tiago Cunha · 15 years ago
- dcdd2fb Sync OpenBSD patchset 585: by Tiago Cunha · 15 years ago
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 1caa73a Sync OpenBSD patchset 580: by Tiago Cunha · 15 years ago
- acc331c Sync OpenBSD patchset 546: by Tiago Cunha · 15 years ago
- e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
- 053e405 Sync OpenBSD patchset 475: by Tiago Cunha · 15 years ago
- bc23610 Sync OpenBSD patchset 374: by Tiago Cunha · 15 years ago
- ea1721b Sync OpenBSD patchset 373: by Tiago Cunha · 15 years ago
- 91e4dc8 Sync OpenBSD patchset 370: 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
- a3a150f Sync OpenBSD patchset 305: by Tiago Cunha · 15 years ago
- ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
- e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
- 3042969 Sync from OpenBSD: by Nicholas Marriott · 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
- 65a2891 Sync OpenBSD patchset 219: by Tiago Cunha · 15 years ago
- 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
- d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
- 9a07e8f Sync OpenBSD patchset 147: by Tiago Cunha · 15 years ago
- 376c808 Add three new session options: visual-activity, visual-bell, visual-content. by Tiago Cunha · 15 years ago
- ff90170 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
- 097b96e Having fixed flags for single-character getopt options is a bit hard to 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
- 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
- a5830b9 Restore $Id$ and add script to do so. 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
- 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
- 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
- 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
- d2cfbc6 Raise some limits to INT_MAX, SHRT_MAX is too low. 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
- 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
- e02496f Using the rigth option name would help... 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
- a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
- 18312fa Some options tidying/code shrinkage. Also add -u option to unset non-global options (allowing them to inherit), and some extra info. 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
- 5ca710d Disable UTF-8 by default and add options to enable it. 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
- ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
- 403b1b2 Handle exact match properly. by Nicholas Marriott · 16 years ago
- 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
- 87b9851 Doh. by Nicholas Marriott · 16 years ago
- d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
- b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
- c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
- 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
- a1db273 display-time option to set message display time. by Nicholas Marriott · 16 years ago
- 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
- 99df48d Trimify. by Nicholas Marriott · 16 years ago
- be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
- 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
- a8e3e98 Document show-options. by Nicholas Marriott · 16 years ago
- 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
- 713bad0 Make status-interval actually changeable. by Nicholas Marriott · 16 years ago
- 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
- ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
- 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
- 04c6028 status is a toggle. by Nicholas Marriott · 16 years ago
- 031be1f Don't crash when looking at NULL clients; also redraw everything on status change. by Nicholas Marriott · 16 years ago
- 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
- 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
- f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
- a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
- c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
- 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
- 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
- b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
- 7e3cc5f Use ctx->client/ctx->session inline instead of temporary variables which were by Nicholas Marriott · 17 years ago
- 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
- f2f1b8f Add default-command option and change default to be $SHELL rather than $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present. by Nicholas Marriott · 17 years ago
- de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
- 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
- 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
- 46d318e Case insensitive. by Nicholas Marriott · 17 years ago
- 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
- c63d4ab Handle NULL value properly. by Nicholas Marriott · 17 years ago
- 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
- 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
- 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago