aboutsummaryrefslogtreecommitdiff
path: root/desktop-utilities/lumina-terminal/TerminalWidget.h
Commit message (Collapse)AuthorAge
* Get the backspace/delete keys working.Ken Moore2016-03-14
|
* Add some more work on moving ANSI cursor control codes over to the widget.Ken Moore2016-03-12
|
* Get the terminal resizing routine working, and also get the up/down arrows ↵Ken Moore2016-03-11
| | | | functional (mostly).
* Finish cleaning up the TTY Process class, and get it setup for close ↵Ken Moore2016-03-10
| | | | notifications as well. Now the TTY Process thing is finished, just need to fix up the binary data display on the widget side of things.
* Now we can successfully read from the pty, needs cleanup on how we displayKris Moore2016-03-10
| | | | the output, and nothing is connected to send data back yet
* Get a bunch more of the lumina-terminal app written up. Still not quite done ↵Ken Moore2016-03-09
| | | | yet, but getting close.
* Add a few more built-in Qt paths to the OS-detect file, and commit a bit ↵Ken Moore2016-02-02
| | | | more work on the lumina-terminal app.
* Add my work-in-progress for a lumina-terminal application. This is *not* ↵Ken Moore2015-09-17
ready to be distributed yet, only the basic application wrapper is functional (no terminal functionality yet).
bgstack15