QLightTerminal
QLightTerminal copied to clipboard
A lightweight Qt Pseudo Terminal Widget
Results
3
QLightTerminal issues
Sort by
recently updated
recently updated
newest added
setDirectory function opens terminal in a specified folder (just a cd command)
1. Crash when g.u > 0xffff (?!), possible fix the following: ```diff diff --git a/qlightterminal.cpp b/qlightterminal.cpp index a6a594f..1e1860d 100644 --- a/qlightterminal.cpp +++ b/qlightterminal.cpp @@ -259,7 +259,12 @@ void QLightTerminal::paintEvent(QPaintEvent *event)...