summaryrefslogtreecommitdiff
path: root/lib/highline/terminal/ncurses.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/highline/terminal/ncurses.rb')
-rw-r--r--lib/highline/terminal/ncurses.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/highline/terminal/ncurses.rb b/lib/highline/terminal/ncurses.rb
index 817cc23..72ffac8 100644
--- a/lib/highline/terminal/ncurses.rb
+++ b/lib/highline/terminal/ncurses.rb
@@ -3,9 +3,10 @@
class HighLine
class Terminal
# NCurses HighLine::Terminal
- # @note Code migrated +UNTESTED+ from the old code base to the new terminal api.
+ # @note Code migrated +UNTESTED+ from the old code base to the new
+ # terminal api.
class NCurses < Terminal
- require 'ffi-ncurses'
+ require "ffi-ncurses"
# (see Terminal#raw_no_echo_mode)
def raw_no_echo_mode
@@ -34,4 +35,4 @@ class HighLine
end
end
end
-end \ No newline at end of file
+end