Theseus
Theseus copied to clipboard
Enable scrolling via the mouse wheel
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
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:
- old impl just used bool flags
- new impl actually passes the value: scroll_movement
- window manager part which needs to be adjusted
I have not found any code actually handling scrolling, though. The wm is getting reworked, right? Then let's wait with this.