jasonsikes / QLogo

QLogo is a rewrite of the UCBLogo language and user interface written in C++ using Qt.

Home Page:https://qlogo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable separate graphics and text windows

jasonsikes opened this issue · comments

Create a way to enable the user to separate the graphics window from the text window. Perhaps as one of the SCREENMODE commands (TEXTSCREEN, SPLITSCREEN, FULLSCREEN).

Keep it simple. The split screen was nice for me - but having a single window is also nice. My daughter, who is just learning the computer was getting the window lost. Having one window would avoid that.