Hello everyone, I just merged support for terminal scrolling and resizing. Scrolling is currently bound to PageUp/PageDown keys, and I probably won't have time to make mouse wheel scrolling work anytime soon. The scrollback limit is currently set at build time by a constant in app/terminal, but it's ready for dynamic configuration if anyone decides to implement that. Scrolling is disabled when libui-based terminal application is running. For lack of time, I haven't implemented any scrollbar or other indication scrollback is active.
Not much to say about resizing. It reflows lines like you expect of a modern terminal. That's it. libui-based applications don't resize because I didn't have time to figure out how to make them. libclui has been updated to handle resizing nicely. Feel free to report any discovered bugs directly to me. -- jzr _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
