Skip to content

Commit

Permalink
Document the [M]edia action
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed Jan 26, 2020
1 parent a6e76e0 commit 2199ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toot/tui/overlays.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def link(text, url):
yield urwid.Text(h(" [F] - Favourite/unfavourite status"))
yield urwid.Text(h(" [R] - Reply to current status"))
yield urwid.Text(h(" [S] - Show text marked as sensitive"))
yield urwid.Text(h(" [M] - Show status media"))
yield urwid.Text(h(" [T] - Show status thread (replies)"))
yield urwid.Text(h(" [U] - Show the status data in JSON as received from the server"))
yield urwid.Text(h(" [V] - Open status in default browser"))
Expand Down

0 comments on commit 2199ca1

Please sign in to comment.