action_cursor_up(
self,
select: bool = False,
) -> NoneMove cursor up, or navigate to the previous history entry at top.
When select is true or a selection is active, falls through to
TextArea's default so shift+up extends selection rather than
triggering navigation. History fires only when moving up cannot
advance the cursor — handled via the wrapped-document navigator so
soft-wrap is respected.