summaryrefslogtreecommitdiffstats
path: root/server-msg.c
AgeCommit message (Expand)Author
2007-10-04Lose command index enum in favour of runtime-calculated index.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-03Skip exec on cmds. Also use xmemstrdup where appropriate.Nicholas Marriott
2007-10-03String/number arguments..Nicholas Marriott
2007-10-03Key binding, unbinding.Nicholas Marriott
2007-10-03Move command handling into the server and tidy up some bits.Nicholas Marriott
2007-10-03Sprinkle some const.Nicholas Marriott
2007-10-02Redraw client status lines on rename.Nicholas Marriott
2007-10-01Simple status line.Nicholas Marriott
2007-09-30Window info command.Nicholas Marriott
2007-09-29Show the right windows in the list.Nicholas Marriott
2007-09-29tmux new-session -d.Nicholas Marriott
2007-09-29Write error messages for rename. Also tweak some error outputs, and fix -i.Nicholas Marriott
2007-09-28New input parser via state machine.Nicholas Marriott
2007-09-28Added window renaming support (tmux rename)Maximilian Gass
2007-09-28Terminate buffers properly.Nicholas Marriott
2007-09-27New session selection rules: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
2007-09-26Cleanup part 1: split up server.c.Nicholas Marriott