summaryrefslogtreecommitdiffstats
path: root/server-msg.c
AgeCommit message (Collapse)Author
2008-06-02Clear msgdata where it is unavailable.Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott
command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
2007-12-13Sync with Makefile.Nicholas Marriott
2007-12-12Don't free twice when exiting.Nicholas Marriott
2007-12-06Only close the tty during exit process and leave freeing it to when the ↵Nicholas Marriott
socket is lost.
2007-12-06Major reorganisation of screen handling.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-11-24Always redraw requesting client on resize.Nicholas Marriott
2007-11-21Check for NULL clients.Nicholas Marriott
2007-11-21The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Fix a format string bug and sprinkle some printflikes.Nicholas Marriott
2007-11-16switch-client command.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather ↵Nicholas Marriott
than session.
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ↵Nicholas Marriott
to hold index and make sessions hold a RB tree of them rather than a fixed array.
2007-10-23Lift last MAXNAMELEN limit on -s argument.Nicholas Marriott
2007-10-23List client command.Nicholas Marriott
2007-10-12Tweak message.Nicholas Marriott
2007-10-12Warn and bork on nested sessions ($TMUX exists).Nicholas Marriott
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
- find by name if given - otherwise try current index from $TMUX - otherwise if only one session, use it - otherwise error
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