summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-03Quick and dirty kill-server command.Nicholas Marriott
2008-06-02Add a windowonly generic command and use it where appropriate. Also trim incl...Nicholas Marriott
2008-06-02Quick man page update, also fix some usages and get rid of some CMD_KEY checks.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-06-01New command, send-keys, to send a set of keys.Nicholas Marriott
2008-05-31Add limits.hNicholas Marriott
2008-01-03Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott
2007-12-06Use the current attr/colours for filling in new areas, this fixes the echo \\...Nicholas Marriott
2007-12-06Save term data in a linked list and reuse it.Nicholas Marriott
2007-12-06Screen debugging.Nicholas Marriott
2007-12-06set/reset mode window functions.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-02The tty code already stores attributes and doesn't modify them if unaltered, ...Nicholas Marriott
2007-11-30Change window name on \ek...\e\.Nicholas Marriott
2007-11-27Preliminary mouse support.Nicholas Marriott
2007-11-27Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott
2007-11-27Same exit process applied to detach.Nicholas Marriott
2007-11-27Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott
2007-11-27Minor tweaks/missed bits.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-24Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott
2007-11-24Reset before calling window_draw otherwise it'll have the wrong idea of the c...Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott
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