When the user enters clear, the terminal outputs a whole bunch of line breaks, which stretches the terminal to be longer than the browser window.
Because the page has no scroll bar and the focus is maintained on the command prompt, this means it's no longer possible to see the instructions at the top.
This could be solved minimally by enabling the browser scroll bar, or maybe more properly by keeping the terminal area from growing beyond the size of the browser window.
When the user enters
clear, the terminal outputs a whole bunch of line breaks, which stretches the terminal to be longer than the browser window.Because the page has no scroll bar and the focus is maintained on the command prompt, this means it's no longer possible to see the instructions at the top.
This could be solved minimally by enabling the browser scroll bar, or maybe more properly by keeping the terminal area from growing beyond the size of the browser window.