Automatically display topics when starting

This commit is contained in:
Eric Budd 2018-05-10 17:57:47 -04:00
parent c5fc151277
commit 155cd586d4
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* Allow shelling out to editor for message editing?
* Gracefully handle bad message files
* Fix topic selection when replying without topic ID
* Automatically display topics when opening
* ~Automatically display topics when opening~
* Add column headers for topics
* Mark unread topics/topics with unread replies in topics list
* Move display headers into frame line

View File

@ -576,6 +576,8 @@ class Interface
@mode = :browsing
Display.say "Welcome to Iris v#{Config::VERSION}. Type 'help' for a list of commands; Ctrl-D or 'quit' to leave."
topics
while line = readline(prompt) do
handle(line)
end