summaryrefslogtreecommitdiffstats
path: root/server.c
AgeCommit message (Expand)Author
2008-06-04Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott
2008-06-04Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott
2008-06-04Don't crash when looking at NULL clients; also redraw everything on status ch...Nicholas Marriott
2008-06-04Status bar left and right strings (set with status-left and status-right), an...Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-02Daemonise before loading configuration.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2008-05-31Don't hang when window closes early; also add lots more debugging.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-04Don't try to access more windows if the session has been destroyed.Nicholas Marriott
2007-12-01Better error messages with no server.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-21Initial history support.Nicholas Marriott
2007-11-12realpath the socket path; also sprinkle some const.Nicholas Marriott
2007-10-31Make it build/run on Linux.Nicholas Marriott
2007-10-30%u -> %d for indexes. Some lint fixes.Nicholas Marriott
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott
2007-10-24A couple of close-on-exec flags.Nicholas Marriott
2007-10-24Save/restore errno, free pfd buffer.Nicholas Marriott
2007-10-24Free/close windows properly.Nicholas Marriott
2007-10-23Tweak a couple of variable names.Nicholas Marriott
2007-10-23List client command.Nicholas Marriott
2007-10-19FreeBSD's util.h is libutil.h.Nicholas Marriott
2007-10-19Add a bell-action option.Nicholas Marriott
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