Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
b02e429788af45110a09139069023e164f0a23be
/
client.c
85e8b70
imsg closes the fd after sending, so dup() STDIN_FILENO before passing it to
by Nicholas Marriott
· 15 years ago
4310282
Have the client pass its stdin fd to the server when identifying itself and
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
6491274
Infrastructure and commands to manage the environment for processes started
by Nicholas Marriott
· 15 years ago
e985629
Tidy function a little by using a temporary variable.
by Nicholas Marriott
· 15 years ago
5f13bb0
There aren't many client message types or code to handle them so get rid of the
by Nicholas Marriott
· 15 years ago
479d614
Tell the server when the client gets SIGTERM so it can clean up the terminal
by Nicholas Marriott
· 15 years ago
34a82e7
Make all messages sent between the client and server fixed size.
by Nicholas Marriott
· 15 years ago
4a04b49
None of the server message functions return anything but 0, so make them all
by Nicholas Marriott
· 15 years ago
16e017d
Tidy client message return slightly: convert flags into an enum, and merge
by Nicholas Marriott
· 15 years ago
bb14c36
Pass a set of flags into client_init rather than just a start_server
by Nicholas Marriott
· 15 years ago
eb8ab96
Remove some dead assignments, found by sthen with clang.
by Nicholas Marriott
· 15 years ago
1156467
Call setproctitle earlier in the client, and include the socket name. Makes it
by Nicholas Marriott
· 15 years ago
35876ea
Import tmux, a terminal multiplexor allowing (among other things) a single
by Nicholas Marriott
· 15 years ago