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:
4d05f6c
)
Fix help message.
author
Simon Tatham
<anakin@pobox.com>
Sun, 31 Dec 2023 07:31:07 +0000
(07:31 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Sun, 31 Dec 2023 07:31:07 +0000
(07:31 +0000)
src/file.rs
patch
|
blob
|
history
diff --git
a/src/file.rs
b/src/file.rs
index d24e04e93e6b5f3d4c66affd0103ee9aaf1deec7..42bf948914b0bb6012a8b3183ce7e07414f526ca 100644
(file)
--- a/
src/file.rs
+++ b/
src/file.rs
@@
-332,7
+332,7
@@
impl ActivityState for FeedFile {
let fs = FileStatusLine::new();
let fs = if at_bottom {
- fs.add(Pr('-'), "
Back
", 99)
+ fs.add(Pr('-'), "
Up
", 99)
} else {
fs.add(Space, "Down", 99)
};