chiark / gitweb /
Ahem, fix last minute breakage.
authorSimon Tatham <anakin@pobox.com>
Thu, 14 Dec 2023 20:23:25 +0000 (20:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 14 Dec 2023 20:23:25 +0000 (20:23 +0000)
cursesclient.py

index 38967c0221d153fd71741c3bba001d3301930613..44a70bf4d91e4e7abf2131bb75362179783a1168 100644 (file)
@@ -943,6 +943,8 @@ class UserInfoFile(ObjectFile):
             name = self.cc.fq(self.account['acct'])
             title = text.ColouredString(f"Posts from user {name}", 'H')
             self.chain_to(StatusFile(self.cc, feed, title))
+        else:
+            return super().handle_key(ch)
 
 class EditorCommon:
     # Common editing operations between the post editor and the line editor.