summaryrefslogtreecommitdiff
path: root/Widgets/TerminalWidget.h
AgeCommit message (Collapse)Author
2018-10-13Use fooEvent() type names for the virtual event handlers.Andreas Kling
2018-10-12Add a visual bell to TerminalWidget. Also backspace.Andreas Kling
2018-10-11Rage hacking on TerminalWidget.Andreas Kling
There's some really hideous plumbing with globals going on here, but my priority right now is getting a basic VT100 terminal emulator working.
2018-10-11Start poking at a TerminalWidget.Andreas Kling