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:
8595271
)
Change wording from 'Reply' to 'Send' for non-statuses.
author
Simon Tatham
<anakin@pobox.com>
Thu, 14 Dec 2023 19:05:33 +0000
(19:05 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Thu, 14 Dec 2023 19:05:33 +0000
(19:05 +0000)
You might be sending a message to the named user, but you're not
_replying_ to anything of theirs.
cursesclient.py
patch
|
blob
|
history
diff --git
a/cursesclient.py
b/cursesclient.py
index 0f209edcea10f24bad68027d010c469af4ccc311..c6faa1146f47f46d15d0443314c07c2fab477c28 100644
(file)
--- a/
cursesclient.py
+++ b/
cursesclient.py
@@
-734,8
+734,12
@@
class ObjectFile(File):
sl.keys.append(('-', 'Up'))
else:
sl.keys.append(('SPACE', 'More'))
- if self.items_
have_author
s:
+ if self.items_
are_statuse
s:
sl.keys.append(('S', 'Reply'))
+ elif self.items_have_authors:
+ sl.keys.append(('S', 'Send'))
+ # FIXME: for when we can auto-shrink bottom line
+ # sl.keys.append(('E', 'Examine'))
if self.items_are_statuses:
sl.keys.append(('F', 'Fave'))
sl.keys.append(('^B', 'Boost'))