Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
0e03dc29c4f0dc39f3fcfe0d178d47b1b0466169
/
cmd-generic.c
7dab6f3
Add -a properly.
by Nicholas Marriott
· 16 years ago
a15f8fc
Support command sequences separated by " ; ". Also clean up command printing.
by Nicholas Marriott
· 16 years ago
78c9675
Rename some flags I'm not happy about.
by Nicholas Marriott
· 16 years ago
c35a50b
Commands to resize panes; also a pane generic cmd, not used yet.
by Nicholas Marriott
· 16 years ago
d78bc5d
save-buffer command, from Tiago Cunha.
by Nicholas Marriott
· 16 years ago
30746a4
Doh. Return the offset not the total.
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
df2b3bc
Fix stupid GNU getopt behaviour.
by Nicholas Marriott
· 16 years ago
d90d646
Zombie windows, requested by Will Maier.
by Nicholas Marriott
· 16 years ago
9798dcd
Start of improved buffer code. Only set-buffer/show-buffer commands so far.
by Nicholas Marriott
· 16 years ago
99df48d
Trimify.
by Nicholas Marriott
· 16 years ago
1551459
Don't use entry init since it may be dependent on key.
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
f7ba4df
Bring select-window into line with everything else wrt -i.
by Nicholas Marriott
· 16 years ago
743956e
Allow -c anywhere -s was allowed.
by Nicholas Marriott
· 16 years ago
8731755
Add a windowonly generic command and use it where appropriate. Also trim includes and unused.
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