summaryrefslogtreecommitdiffstats
path: root/client-msg.c
AgeCommit message (Expand)Author
2009-06-25Sync to OpenBSD: fixes from ray@.Nicholas Marriott
2009-01-21Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy upNicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-07Minor tidying; remove some old debugging messages.Nicholas Marriott
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-27Same exit process applied to detach.Nicholas Marriott
2007-11-27Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-10-19FreeBSD requires stdint.h.Nicholas Marriott
2007-10-12Mark windows in yellow on status line when bell.Nicholas Marriott
2007-10-05Clean up pause/exit mess with flags.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-29tmux new-session -d.Nicholas Marriott
2007-09-26Join oldest session if non specified. Fix errors.Nicholas Marriott
2007-09-26Server function naming, still not happy with server stuff though.Nicholas Marriott
2007-09-26Cleanup part II: split up client stuff and ops. More to come.Nicholas Marriott