From 84fd087e1291fe838c6d27dda8d7a7555cf56db5 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 14 Dec 2023 18:20:24 +0000 Subject: [PATCH] Some more TODO comments. --- cursesclient.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cursesclient.py b/cursesclient.py index b717d21..ad4a566 100644 --- a/cursesclient.py +++ b/cursesclient.py @@ -680,7 +680,8 @@ class ObjectFile(File): if self.items_are_statuses: sl.keys.append(('F', 'Fave')) sl.keys.append(('^B', 'Boost')) - # FIXME: for when we can auto-shink bottom line + # FIXME: for when we can auto-shrink bottom line + # sl.keys.append(('T', 'Thread')) # sl.keys.append(('I', 'Info')) sl.keys.append(('Q', 'Exit')) sl.proportion = self.linepos / len(self.lines) @@ -1145,6 +1146,12 @@ class Composer(Activity, EditorCommon): if self.mode == 'normal': # TODO: # + # ^V and ^Z for page up/down. (Even in short posts this is + # useful because my reflexes want ^V to go to the bottom) + # + # ^O ^N and ^O ^P to go to bottom/top. (Any synonyms, like + # ^O up?) + # # Might still want to change ^K so that it stops at end of # current screen line, instead of end of paragraph. # -- 2.30.2