Automatically show unread messages when refreshing

This commit is contained in:
Eric B. Budd 2020-12-01 10:43:07 -05:00
parent 2f2901e33e
commit aebeed7c46
1 changed files with 1 additions and 0 deletions

View File

@ -996,6 +996,7 @@ class Interface
def freshen
Corpus.load
Display.say 'Reloaded!'
unread
end
def readline(prompt)