From 9239299c1866721ef9bf14bae7818107357fec68 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 7 Jan 2024 07:30:39 +0000 Subject: [PATCH] Another TODO I thought of. --- TODO.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO.md b/TODO.md index ca2fefc..4e3b708 100644 --- a/TODO.md +++ b/TODO.md @@ -54,6 +54,21 @@ offer an option to vote in it. An expired poll should show its results. +### Scrolling to keep the selection in view + +Various keyboard commands let you select a user or a post from a file +you're reading. All of these let you move the selection highlight back +and forth between entities of the desired type. But you can move the +highlight off the top or bottom of the visible screen, and then it's +hard to see what you're doing. It would be better to scroll to keep +the selection in view. + +That _isn't_ how real Monochrome does it. This unergonomic +non-scrolling interface is faithfully mimicking real Mono (apart from +the fact that real Mono is also less good at highlighting what's +selected at all). But this is a place I think we can improve on the +original! + ## Posting ### Posting a whole thread -- 2.30.2