summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
2009-09-13Sync OpenBSD patchset 324:Tiago Cunha
2009-09-05Sync OpenBSD patchset 316:Tiago Cunha
2009-09-03- Make it compile on operating systems other than BSD due to OpenBSD patchsetTiago Cunha
2009-09-03Sync OpenBSD patchset 308:Tiago Cunha
2009-09-02Sync OpenBSD patchset 304:Tiago Cunha
2009-08-31Sync OpenBSD patchset 302:Tiago Cunha
2009-08-14Sync OpenBSD patchset 243:Tiago Cunha
2009-08-09Sync OpenBSD patchset 231:Tiago Cunha
2009-08-09Sync OpenBSD patchset 225:Tiago Cunha
2009-07-30Sync OpenBSD patchset 196:Tiago Cunha
2009-07-28Sync OpenBSD patchset 181:Tiago Cunha
2009-07-20Sync OpenBSD patchset 148:Tiago Cunha
2009-07-18Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott
2009-07-17A similar for fix for window_choose: don't rely on the callback always beingNicholas Marriott
2009-07-17Oops, it is always a good idea to get arguments the right way round.Nicholas Marriott
2009-07-17Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott
2009-07-14Need time.h not sys/time.h for time(2).Nicholas Marriott
2009-07-12Add a default-terminal option to set the starting value of $TERM in newNicholas Marriott
2009-07-08Bring spacing into line.Nicholas Marriott
2009-07-08Whoops, that shouldn't have been there.Nicholas Marriott
2009-07-08Fix $Id$.Nicholas Marriott
2009-07-08When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott
2009-07-01When unlocking the server, don't try to clear the prompt on clients without aNicholas Marriott
2009-06-25Start of portability update: bitstring.h.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-05-29Clear status line on incorrect password.Nicholas Marriott
2009-05-28Reset activity time to avoid relock on -U.Nicholas Marriott
2009-04-27Convert hidden flag to a full flags word for the status line and add a flag toNicholas Marriott
2009-04-02If redrawing the region would mean redrawing > half the pane, just schedule toNicholas Marriott
2009-03-07char not char *...Nicholas Marriott
2009-03-04Put socket path in $TMUX.Nicholas Marriott
2009-02-27Don't segfault on lock when no sessions attached.Nicholas Marriott
2009-02-13Move status prompt/message init and teardown into status.c.Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Change server-info format.Nicholas Marriott
2009-01-06Prompt history.Nicholas Marriott
2008-08-28Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott
2008-06-22Missing time.h.Nicholas Marriott
2008-06-20Freeze output when showing display line, fixes problems when no status line.Nicholas Marriott
2008-06-19display-time option to set message display time.Nicholas Marriott
2008-06-19Hide cursor with flag.Nicholas Marriott
2008-06-19Command prompt for interactive commands.Nicholas Marriott
2008-06-19Editable prompt. Not used for anything yet. More to come.Nicholas Marriott
2008-06-19Show status messages without blocking the server.Nicholas Marriott
2008-06-16Informational messages on window option changes.Nicholas Marriott
2008-06-14New window options: force-width and force-height. This will force a window toNicholas Marriott
2008-06-07Clear clients with flag too.Nicholas Marriott
2008-06-07Be more conservative about redrawing using flags.Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott