summaryrefslogtreecommitdiffstats
path: root/TODO
AgeCommit message (Expand)Author
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
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Style: ry_* -> r*Nicholas Marriott
2007-11-20dist target.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-16Check for scrolling when _cursor_ is inside region, not number of lines. Duh.Nicholas Marriott
2007-11-16Report available commands on ambiguous commands. Tidy TODO a bit.Nicholas Marriott
2007-11-14Sync.Nicholas Marriott
2007-11-12Tweak.Nicholas Marriott
2007-11-12Force default colours if terminal supports it.Nicholas Marriott
2007-11-12Double-free on session destroy.Nicholas Marriott
2007-11-12Erp, ^B not ^A.Nicholas Marriott
2007-11-12Finish off man page.Nicholas Marriott
2007-11-09rename-session command.Nicholas Marriott
2007-11-08Check for required term capabilities on start.Nicholas Marriott
2007-11-07Try write even if read gets signal, some other tweaks.Nicholas Marriott
2007-10-30swap-window command.Nicholas Marriott
2007-10-26Don't save/restore ry_*.Nicholas Marriott
2007-10-26Redraw status bar on link.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-24Save restore attr.Nicholas Marriott
2007-10-23Lift last MAXNAMELEN limit on -s argument.Nicholas Marriott