summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2007-11-23history-limit option.Nicholas Marriott
2007-11-22Tidier code by moving mess into functions.Nicholas Marriott
2007-11-22Text selection with C-space.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-21Cut memory consumption by only allocating lines when there is actually data o...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-21Scrollable win for command output.Nicholas Marriott
2007-11-21Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott
2007-11-21Horizontal history/scrolling.Nicholas Marriott
2007-11-21Scroll data should be per-window not global.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-20Style: ry_* -> r*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 tha...Nicholas Marriott
2007-11-12realpath the socket path; also sprinkle some const.Nicholas Marriott
2007-11-12kill-window command.Nicholas Marriott
2007-11-09rename-session command.Nicholas Marriott
2007-10-31Make it build/run on Linux.Nicholas Marriott
2007-10-30swap-window command.Nicholas Marriott
2007-10-26Don't save/restore ry_*.Nicholas Marriott
2007-10-26unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott
2007-10-26link-window command to link a window into another session.Nicholas Marriott
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott
2007-10-25has-session command.Nicholas Marriott
2007-10-24Use local var and pull screen out of ictx.Nicholas Marriott
2007-10-24Handle DSR for resize(1).Nicholas Marriott
2007-10-24Save restore attr.Nicholas Marriott
2007-10-23Don't need ttydefchars here.Nicholas Marriott
2007-10-23Lift last MAXNAMELEN limit on -s argument.Nicholas Marriott
2007-10-23FreeBSD lacks TTY_NAME_MAX.Nicholas Marriott
2007-10-23List client command.Nicholas Marriott
2007-10-19Define __dead and __packed.Nicholas Marriott
2007-10-19Kill window command. Nuke some backspace stuff.Nicholas Marriott
2007-10-19Add a bell-action option.Nicholas Marriott
2007-10-19Refresh session command.Nicholas Marriott
2007-10-12Warn and bork on nested sessions ($TMUX exists).Nicholas Marriott
2007-10-12Accept colours as strings.Nicholas Marriott
2007-10-12send-prefix command.Nicholas Marriott
2007-10-12set status, status-fg, status-bg.Nicholas Marriott
2007-10-12Mark windows in yellow on status line when bell.Nicholas Marriott
2007-10-10Simplify input.c - lose class table and use macros.Nicholas Marriott
2007-10-05Have resize update a SESSION_UNATTACHED flag.Nicholas Marriott
2007-10-05Clean up pause/exit mess with flags.Nicholas Marriott
2007-10-04Lose command index enum in favour of runtime-calculated index.Nicholas Marriott
2007-10-04Lose usage and move it into the struct.Nicholas Marriott
2007-10-04Incomplete resize support.Nicholas Marriott