summaryrefslogtreecommitdiffstats
path: root/TODO
AgeCommit message (Expand)Author
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Print for the less easy commands.Nicholas Marriott
2008-06-04Revert attempt to fix stray updates, turns out it was clock :-/.Nicholas Marriott
2008-06-04vi keys from Will Maier.Nicholas Marriott
2008-06-04Update.Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-03It is too easy to create things in the same second; use a timespec instead.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-01Prepare TERM in buffer before sending; this allows size to be part of cmd and...Nicholas Marriott
2008-06-01+.Nicholas Marriott
2008-06-01New command, send-keys, to send a set of keys.Nicholas Marriott
2008-06-01+.Nicholas Marriott
2008-05-31Don't hang when window closes early; also add lots more debugging.Nicholas Marriott
2008-03-31+.Nicholas Marriott
2008-02-10GNUmakefile fixes, from tobiasu.Nicholas Marriott
2008-01-03Upd.Nicholas Marriott
2008-01-03Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott
2008-01-03Write status across entire line.Nicholas Marriott
2007-12-16Quick start section in man page.Nicholas Marriott
2007-12-13Sync with Makefile.Nicholas Marriott
2007-12-12Don't free twice when exiting.Nicholas Marriott
2007-12-10Actually incrementing the reference count would be nice.Nicholas Marriott
2007-12-07Yes, it is.Nicholas Marriott
2007-12-07Handle EOL properly when scrolled.Nicholas Marriott
2007-12-06Use the current attr/colours for filling in new areas, this fixes the echo \\...Nicholas Marriott
2007-12-06Sync.Nicholas Marriott
2007-12-06set/reset mode window functions.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-03Handle missing parm_*.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-27Clear current line properly on clear eos.Nicholas Marriott
2007-11-27Flush data on tty open. Also reset colour before clearing line/screen.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-24Sync.Nicholas Marriott
2007-11-24Document modes, c/p etc.Nicholas Marriott
2007-11-23Inc region in debug msg.Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott
2007-11-23Show hlimit.Nicholas Marriott
2007-11-22Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy...Nicholas Marriott
2007-11-21Free entire screen when destroyed.Nicholas Marriott
2007-11-21The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott
2007-11-21Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott
2007-11-21Fix clear.Nicholas Marriott
2007-11-21Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalc...Nicholas Marriott