Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
e9cef8bf305e93d0ec8496c8155e0fa1258b8378
/
cmd-server-info.c
20636d9
Add a command queue to standardize and simplify commands that call other
by Nicholas Marriott
· 12 years ago
8d59b18
No more lint means no more ARGSUSED.
by Nicholas Marriott
· 12 years ago
fdbfc7e
Rather than having two grids for each pane, one for ASCII and one for
by Nicholas Marriott
· 12 years ago
260419f
Put helper function back, will be needed in a bit.
by Nicholas Marriott
· 12 years ago
ede8312
Make command exec functions return an enum rather than -1/0/1 values and
by Nicholas Marriott
· 12 years ago
c8c0d68
Send secondary DA to terminals with XT in terminfo when starting up and
by Nicholas Marriott
· 13 years ago
3970853
POSIX only guarantees uname() will return a non-negative value on success.
by Matthew Dempsky
· 14 years ago
db7a89b
Simplify the way jobs work and drop the persist type, so all jobs are
by Nicholas Marriott
· 14 years ago
4dfb29f
Use LIST_* not SLIST_*.
by Nicholas Marriott
· 14 years ago
96ab50a
Log termios backspace for each client since it is used to recognise
by Nicholas Marriott
· 14 years ago
7502cb3
Clean up and simplify tmux command argument parsing.
by Nicholas Marriott
· 14 years ago
5d0cfe0
Another table that should be const.
by Nicholas Marriott
· 14 years ago
acf13ce
Store sessions in an RB tree by name rather than a list, this is tidier
by Nicholas Marriott
· 14 years ago
a4c9a80
Add "server options" which are server-wide and not bound to a session or
by Nicholas Marriott
· 15 years ago
15a64b8
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
by Nicholas Marriott
· 15 years ago
4ca857e
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
by Nicholas Marriott
· 15 years ago
76ef877
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
by Nicholas Marriott
· 15 years ago
5289da2
Change session and client activity and creation time members to have more
by Nicholas Marriott
· 15 years ago
2f813ef
Add a flag for jobs that shouldn't be freed after they've died and use it for
by Nicholas Marriott
· 15 years ago
ed62d12
tabs are better; ok nicm
by Theo Deraadt
· 15 years ago
0907ca1
Do this in a better way - print messages when exiting with nonzero.
by Nicholas Marriott
· 15 years ago
51c9574
Reference count clients and sessions rather than relying on a saved index for
by Nicholas Marriott
· 15 years ago
74c35c5
Accept -l to make it easier for people who use tmux as a login shell to use
by Nicholas Marriott
· 15 years ago
dc6271c
Tag a few missed printf-like functions and fix a missing "%s".
by Nicholas Marriott
· 15 years ago
f063571
Switch tmux to use imsg. This is the last major change to make the
by Nicholas Marriott
· 15 years ago
5e01b6d
Change the way the grid is stored, previously it was:
by Nicholas Marriott
· 15 years ago
2da4864
If select-layout is not given an argument, repply the last layout used in the
by Nicholas Marriott
· 15 years ago
34a82e7
Make all messages sent between the client and server fixed size.
by Nicholas Marriott
· 15 years ago
5f108d9
Having fixed flags for single-character getopt options is a bit hard to
by Nicholas Marriott
· 15 years ago
3f16fcb
Use vis(3) instead of handrolled function.
by Nicholas Marriott
· 15 years ago
35876ea
Import tmux, a terminal multiplexor allowing (among other things) a single
by Nicholas Marriott
· 15 years ago