From 210eba35fc4473e626fc58a8e4ea3cdbb6abdc28 Mon Sep 17 00:00:00 2001 From: Johnathan Jenkins Date: Thu, 27 Aug 2015 13:07:14 -0700 Subject: [PATCH 1/4] add undocumented function to display new messages. --- rtv/docs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rtv/docs.py b/rtv/docs.py index 8775728..0a912c8 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -34,6 +34,7 @@ Basic Commands `o` or `ENTER` : Open the selected item as a webpage `r` or `F5` : Refresh page content `u` : Log in or switch accounts + `i` : Display new messages prompt `?` : Show the help screen `q` : Quit From b82d4c02263530a5a349cfed6e06a3a32ec28d00 Mon Sep 17 00:00:00 2001 From: Johnathan Jenkins Date: Thu, 27 Aug 2015 13:08:42 -0700 Subject: [PATCH 2/4] add undocumented function to display new messages. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 036af33..1a6e066 100644 --- a/README.rst +++ b/README.rst @@ -66,6 +66,7 @@ Basic Commands :``1-5``: Toggle post order (*hot*, *top*, *rising*, *new*, *controversial*) :``r`` or ``F5``: Refresh page content :``u``: Log in or switch accounts +:``i``: Display new messages prompt :``?``: Show the help screen :``q``: Quit From 817e6e432e683bfcf976290a1ccda6a8f624579a Mon Sep 17 00:00:00 2001 From: Johnathan Jenkins Date: Fri, 28 Aug 2015 10:04:39 -0700 Subject: [PATCH 3/4] add undocumented function to display new messages. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1a6e066..a4cdbfb 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,6 @@ Basic Commands :``1-5``: Toggle post order (*hot*, *top*, *rising*, *new*, *controversial*) :``r`` or ``F5``: Refresh page content :``u``: Log in or switch accounts -:``i``: Display new messages prompt :``?``: Show the help screen :``q``: Quit @@ -85,6 +84,7 @@ Once you are logged in your username will appear in the top-right corner of the :``c``: Compose a new post or comment :``e``: Edit an existing post or comment :``d``: Delete an existing post or comment +:``i``: Display new messages prompt :``s``: View a list of subscribed subreddits -------------- From ccadcfe891871032ea5e4c1974db67ed1b69a0e8 Mon Sep 17 00:00:00 2001 From: Johnathan Jenkins Date: Fri, 28 Aug 2015 10:05:09 -0700 Subject: [PATCH 4/4] add undocumented function to display new messages. --- rtv/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtv/docs.py b/rtv/docs.py index 0a912c8..e6d8722 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -34,7 +34,6 @@ Basic Commands `o` or `ENTER` : Open the selected item as a webpage `r` or `F5` : Refresh page content `u` : Log in or switch accounts - `i` : Display new messages prompt `?` : Show the help screen `q` : Quit @@ -43,6 +42,7 @@ Authenticated Commands `c` : Compose a new post or comment `e` : Edit an existing post or comment `d` : Delete an existing post or comment + `i` : Display new messages prompt `s` : Open/close subscribed subreddits list Subreddit Mode