Method: Redwood::SearchListMode#initialize

Defined in:
lib/sup/modes/search_list_mode.rb

#initializeSearchListMode

Returns a new instance of SearchListMode.



34
35
36
37
38
39
40
41
# File 'lib/sup/modes/search_list_mode.rb', line 34

def initialize
  @searches = []
  @text = []
  @unread_only = false
  super
  UpdateManager.register self
  regen_text
end