Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
df2b3bcf44299d7060b3bc6c17c6e80a1f358692
/
cmd-set-option.c
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