mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
A view can now be told to move its cursor in one of multiple directions as specified by the CursorMovement enum. View subclasses can override move_cursor(CursorMovement) to implement their own cursor behavior. By default, AbstractView::move_cursor() is a no-op. This patch improves code sharing between TableView and TreeView. :^)
22 KiB
22 KiB