Status Bar + Build WIP

This commit is contained in:
Martín Lucas Golini
2023-04-07 20:01:16 -03:00
parent 74b271002e
commit 3d86c2e1e3
23 changed files with 693 additions and 65 deletions

View File

@@ -1444,6 +1444,7 @@ void TerminalDisplay::onSizeChange() {
mFrameBuffer->resize( fboSize.getWidth(), fboSize.getHeight() );
}
}
invalidateLines();
}
void TerminalDisplay::onProcessExit( int exitCode ) {