aboutsummaryrefslogtreecommitdiff
path: root/client-msg.c
Commit message (Expand)AuthorAge
* Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy upNicholas Marriott2009-01-21
* suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott2009-01-18
* Minor tidying; remove some old debugging messages.Nicholas Marriott2009-01-07
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Same exit process applied to detach.Nicholas Marriott2007-11-27
* Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott2007-11-27
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
* FreeBSD requires stdint.h.Nicholas Marriott2007-10-19
* Mark windows in yellow on status line when bell.Nicholas Marriott2007-10-12
* Clean up pause/exit mess with flags.Nicholas Marriott2007-10-05
* Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott2007-10-04
* Rewrite command handling to be more generic. Not finished!Nicholas Marriott2007-10-03
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03
* tmux new-session -d.Nicholas Marriott2007-09-29
* Join oldest session if non specified. Fix errors.Nicholas Marriott2007-09-26
* Server function naming, still not happy with server stuff though.Nicholas Marriott2007-09-26
* Cleanup part II: split up client stuff and ops. More to come.Nicholas Marriott2007-09-26