chiark / gitweb /
Some more TODO comments.
authorSimon Tatham <anakin@pobox.com>
Thu, 14 Dec 2023 18:20:24 +0000 (18:20 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 14 Dec 2023 18:20:24 +0000 (18:20 +0000)
cursesclient.py

index b717d21c3147566d6cb0cc1289c093e764ae6fed..ad4a56661ac167b517f5958b7891672f9aadfa59 100644 (file)
@@ -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.
             #