lib/vedeu/terminal/mode.rb in vedeu-0.8.1 vs lib/vedeu/terminal/mode.rb in vedeu-0.8.2
- old
+ new
@@ -79,10 +79,10 @@
# `:raw`. Can change throughout the lifespan of the client
# application.
#
# @return [Symbol]
def mode
- @mode = Vedeu::Configuration.terminal_mode
+ @mode = Vedeu.config.terminal_mode
end
private
# Returns a boolean indicating whether the given mode is valid.