Merge branch 'comment-help' of https://github.com/yskmt/rtv into yskmt-comment-help

Conflicts:
	rtv/curses_helpers.py
This commit is contained in:
Michael Lazar
2015-03-28 00:08:59 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ In submission mode you can view the self text for a submission and browse commen
:``◄`` or ``h``: Return to subreddit mode :``◄`` or ``h``: Return to subreddit mode
:``►`` or ``l``: Fold the selected comment, or load additional comments :``►`` or ``l``: Fold the selected comment, or load additional comments
:``c``: Comment/reply on the selected item
------------- -------------
Configuration Configuration

View File

@@ -42,6 +42,7 @@ Subreddit Mode
Submission Mode Submission Mode
`LEFT` or `h` : Return to subreddit mode `LEFT` or `h` : Return to subreddit mode
`RIGHT` or `l` : Fold the selected comment, or load additional comments `RIGHT` or `l` : Fold the selected comment, or load additional comments
`c` : Comment/reply on the selected item
""" """
COMMENT_FILE = """ COMMENT_FILE = """
@@ -50,4 +51,4 @@ COMMENT_FILE = """
# #
# Replying to {author}'s {type} # Replying to {author}'s {type}
{content} {content}
""" """