summaryrefslogtreecommitdiffstats
path: root/server.c
AgeCommit message (Expand)Author
2007-10-12Mark windows in yellow on status line when bell.Nicholas Marriott
2007-10-04-d option to attach. Also fix CC in Makefile and make it build with DEBUG again.Nicholas Marriott
2007-10-04Don't accept UINT_MAX as size if no clients/sessions.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-04Next/last/previous window, some other tweaks.Nicholas Marriott
2007-10-03New window command.Nicholas Marriott
2007-10-03Rewrite command handling to be more generic. Not finished!Nicholas Marriott
2007-10-03Key binding, unbinding.Nicholas Marriott
2007-10-03xcalloc, otherwise prefix may be !0.Nicholas Marriott
2007-10-03Move command handling into the server and tidy up some bits.Nicholas Marriott
2007-09-29Pass bell through from any window.Nicholas Marriott
2007-09-27Adjust $TMUX environ var to include session index, and don't compact session ...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
2007-09-26Cleanup part 1: split up server.c.Nicholas Marriott
2007-09-22Window list with C-b W.Nicholas Marriott
2007-09-21Pass through backspace for now.Nicholas Marriott
2007-09-20Last window option.Nicholas Marriott
2007-08-27session_flush can go bye-bye again.Nicholas Marriott
2007-08-27Flush even detached sessions.Nicholas Marriott
2007-08-27Change command format.Nicholas Marriott
2007-08-27If a session is destroyed, safely kill all other clients attached to it.Nicholas Marriott
2007-08-27Don't try to upadte window after free.Nicholas Marriott
2007-08-27Use $SHELL for new shell, if set.Nicholas Marriott
2007-07-25Sync with fdm.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of s...Nicholas Marriott