mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-16 02:15:17 +00: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. :^)
3.2 KiB
3.2 KiB