summaryrefslogtreecommitdiff
path: root/articles.c
diff options
context:
space:
mode:
Diffstat (limited to 'articles.c')
-rw-r--r--articles.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/articles.c b/articles.c
index b5c5ea3..db1d16f 100644
--- a/articles.c
+++ b/articles.c
@@ -56,9 +56,11 @@ int bbs_article( term_screen *ts, const char *fname )
switch( ch )
{
case 'q':
+ case 'Q':
quit_loop = 1;
break;
case 'n':
+ case 'N':
i = 0;
break;
default: