1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

Implement basic focus.

This commit is contained in:
Andreas Kling 2018-10-13 17:52:47 +02:00
parent 44a32039be
commit 1929cb6b71
6 changed files with 45 additions and 4 deletions

View file

@ -80,6 +80,7 @@ int main(int argc, char** argv)
auto* t = new TerminalWidget(nullptr);
win->setMainWidget(t);
t->setFocus(true);
auto* clockWin = new Window;
clockWin->setTitle("Clock");