index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
desktop-utilities
/
lumina-terminal
Commit message (
Expand
)
Author
Age
*
Get some more of the terminal cleaned up. Now the initial work directory can ...
Ken Moore
2016-03-14
*
Add the ANSI graphics support (most common ones) so that the text is bold/ita...
Ken Moore
2016-03-14
*
Finish getting the special keys handled in lumina-terminal. Now the terminal ...
Ken Moore
2016-03-14
*
Get the left/right arrow keys working properly.
Ken Moore
2016-03-14
*
Get the backspace/delete keys working.
Ken Moore
2016-03-14
*
Add some more work on moving ANSI cursor control codes over to the widget.
Ken Moore
2016-03-12
*
Get the terminal resizing routine working, and also get the up/down arrows fu...
Ken Moore
2016-03-11
*
Start adding the compatibility section for various key presses/codes. The exa...
Ken Moore
2016-03-10
*
Clean up a lot of the ANSI control codes (tested with csh)
Ken Moore
2016-03-10
*
Finish cleaning up the TTY Process class, and get it setup for close notifica...
Ken Moore
2016-03-10
*
Now we can send input back to the TTY
Kris Moore
2016-03-10
*
Now we can successfully read from the pty, needs cleanup on how we display
Kris Moore
2016-03-10
*
Push some debugging for pty reading
Kris Moore
2016-03-10
*
Fix a freeze when starting the pty process, can't ReadAll() if nothing
Kris Moore
2016-03-09
*
Fix setting up the execvp args, the [0] needs to be the actual program,
Kris Moore
2016-03-09
*
Convert TTYprocess to a QFile, add some testing for execvp (which makes
Kris Moore
2016-03-09
*
Oops, forgot to add the new TtyProcess files in the last commit.
Ken Moore
2016-03-09
*
Get a bunch more of the lumina-terminal app written up. Still not quite done ...
Ken Moore
2016-03-09
*
Add a few more built-in Qt paths to the OS-detect file, and commit a bit more...
Ken Moore
2016-02-02
*
Add my work-in-progress for a lumina-terminal application. This is *not* read...
Ken Moore
2015-09-17
bgstack15