aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-terminal/TtyProcess.h
Commit message (Collapse)AuthorAge
* Move the terminal over to the standardized "forkpty()" function for doing ↵Ken Moore2016-12-21
| | | | the initial setup. This does not fix the PTY registration yet - but removes the possibility of one of the other steps causing the problems.
* A bit more cleanup for the terminal.Ken Moore2016-12-16
|
* Commit a lot more cleanup for the terminal.Ken Moore2016-12-15
|
* Commit some more fixes for the terminal. Now the arrow keys work properly ↵Ken Moore2016-12-08
| | | | with the terminal again.
* Cleanup some more of the terminal functionality:Ken Moore2016-12-07
| | | | | | 1) Auto-hide the window when it loses focus 2) Give the terminal widget focus when it is clicked on 3) When starting the PTY do one interaction with it programmatically to ensure it is *really* ready before the user starts using it.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15