summaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott
2008-06-01Prepare TERM in buffer before sending; this allows size to be part of cmd and...Nicholas Marriott
2008-05-31Don't hang when window closes early; also add lots more debugging.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-01Better error messages with no server.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-26Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of pl...Nicholas Marriott
2007-11-12realpath the socket path; also sprinkle some const.Nicholas Marriott
2007-11-08Check for required term capabilities on start.Nicholas Marriott
2007-10-31Make it build/run on Linux.Nicholas Marriott
2007-10-24Close memory leaks.Nicholas Marriott
2007-10-23Tweak a couple of variable names.Nicholas Marriott
2007-10-23List client command.Nicholas Marriott
2007-10-22Return 0 on lost server so pkill works okay if scripted.Nicholas Marriott
2007-10-05Clean up pause/exit mess with flags.Nicholas Marriott
2007-10-04Incomplete resize support.Nicholas Marriott
2007-10-04Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott
2007-10-03Rewrite command handling to be more generic. Not finished!Nicholas Marriott
2007-10-03Move command handling into the server and tidy up some bits.Nicholas Marriott
2007-09-29Write error messages for rename. Also tweak some error outputs, and fix -i.Nicholas Marriott
2007-09-28Add client_flush to flush output when transient commands are called.Nicholas Marriott
2007-09-27Retry connection with small timeout instead of sleep(10) for server start.Nicholas Marriott
2007-09-27New session selection rules:Nicholas Marriott
2007-09-26Extend op string and add potential for a single alias.Nicholas Marriott
2007-09-26Join oldest session if non specified. Fix errors.Nicholas Marriott
2007-09-26Restore list command.Nicholas Marriott
2007-09-26Unlink and retry if server socket connect fails.Nicholas Marriott
2007-09-26Cleanup part II: split up client stuff and ops. More to come.Nicholas Marriott