mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52: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. :^)
13 KiB
13 KiB