From: Simon Tatham Date: Thu, 14 Dec 2023 18:20:24 +0000 (+0000) Subject: Some more TODO comments. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=84fd087e1291fe838c6d27dda8d7a7555cf56db5;p=mastodonochrome.git Some more TODO comments. --- 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. #