theseus-os/Theseus

Enable scrolling via the mouse wheel

amab8901 opened this issue · 3 comments

I'm currently unable to scroll up the terminal. When I go to /namespaces/_applications and insert ls command, then I'm literally unable to see the initial part of the output and I'm not able to scroll up and see what it says. It's almost like everything gets cut out except the latter part

image

i'm not sure if our latest GUI + PS/2 mouse implementation still supports mouse scrolling; it used to.

You can scroll using the standard Unix terminal shortcuts, e.g., Shift + PageUp/PageDown, Ctrl + Shift + Up/Down, Ctrl + Home/End, etc.

You can scroll using the standard Unix terminal shortcuts, e.g., Shift + PageUp/PageDown, Ctrl + Shift + Up/Down, Ctrl + Home/End, etc.

wow that's awesome, I didn't know you could do that :)

Some pointers to solve this:

I have not found any code actually handling scrolling, though. The wm is getting reworked, right? Then let's wait with this.