Module | HighLine::SystemExtensions |
In: |
lib/highline/system_extensions.rb
|
JRUBY | = | defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby' | ||
CHARACTER_MODE | = | "Win32API" | ||
CHARACTER_MODE | = | "termios" | ||
CHARACTER_MODE | = | "jline" | ||
CHARACTER_MODE | = | "ncurses" | ||
CHARACTER_MODE | = | "stty" | WARNING: This requires the external "stty" program! |