chiark
/
gitweb
/
~ian
/
mastodonochrome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6c828
)
Ahem, fix last minute breakage.
author
Simon Tatham
<anakin@pobox.com>
Thu, 14 Dec 2023 20:23:25 +0000
(20:23 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Thu, 14 Dec 2023 20:23:25 +0000
(20:23 +0000)
cursesclient.py
patch
|
blob
|
history
diff --git
a/cursesclient.py
b/cursesclient.py
index 38967c0221d153fd71741c3bba001d3301930613..44a70bf4d91e4e7abf2131bb75362179783a1168 100644
(file)
--- a/
cursesclient.py
+++ b/
cursesclient.py
@@
-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.