summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
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
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-24Reset before calling window_draw otherwise it'll have the wrong idea of the c...Nicholas Marriott
2007-11-24Don't stop until after everything else done.Nicholas Marriott
2007-11-24Use screen_draw_* to write message, avoids leaving attribute changes around.Nicholas Marriott
2007-11-22Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott
2007-11-22Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy...Nicholas Marriott
2007-11-21The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott
2007-11-21Sort out cursors with a new flag - BACKGROUND - for window modes. Free text o...Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...Nicholas Marriott
2007-11-20Fix a format string bug and sprinkle some printflikes.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-23Lift last MAXNAMELEN limit on -s argument.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-04Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset...Nicholas Marriott
2007-10-04Incomplete resize support.Nicholas Marriott
2007-10-04Rename window.Nicholas Marriott
2007-10-04Next/last/previous window, some other tweaks.Nicholas Marriott
2007-10-03New window command.Nicholas Marriott