summaryrefslogtreecommitdiffstats
path: root/local.c
AgeCommit message (Expand)Author
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-26Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of pl...Nicholas Marriott
2007-11-25Init local_log to -1.Nicholas Marriott
2007-11-25Redo output logging in local.c. Optimise line drawing.Nicholas Marriott
2007-11-24Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott
2007-11-12Force default colours if terminal supports it.Nicholas Marriott
2007-11-08Check for required term capabilities on start.Nicholas Marriott
2007-10-31Make it build/run on Linux.Nicholas Marriott
2007-10-24Free buffers properly.Nicholas Marriott
2007-10-19Kill window command. Nuke some backspace stuff.Nicholas Marriott
2007-10-03Move command handling into the server and tidy up some bits.Nicholas Marriott
2007-10-02Reset scrolling region on exit.Nicholas Marriott
2007-10-01Pass attributes around as flags rather than as a list of escape codes.Nicholas Marriott
2007-09-29Lose intermediate handling (unused). Change argument parsing to work properly...Nicholas Marriott
2007-09-29Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These wi...Nicholas Marriott
2007-09-29Pass bell through from any window.Nicholas Marriott
2007-09-28New input parser via state machine.Nicholas Marriott
2007-09-21Pass through backspace for now.Nicholas Marriott
2007-09-20Reset ignored signals after forkpty.Nicholas Marriott
2007-08-28Scrolling region.Nicholas Marriott
2007-07-25Sync with fdm.Nicholas Marriott
2007-07-09And more.Nicholas Marriott
2007-07-09Log missing terminfo vars rather than dying.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of s...Nicholas Marriott