Class: CLI::UI::OS::Windows

Inherits:
Object
  • Object
show all
Defined in:
lib/cli/ui/os.rb

Class Method Summary collapse

Class Method Details

.shift_cursor_on_line_reset?Boolean

Returns:

  • (Boolean)


56
57
58
# File 'lib/cli/ui/os.rb', line 56

def shift_cursor_on_line_reset?
  true
end

.supports_arrow_keys?Boolean

Returns:

  • (Boolean)


52
53
54
# File 'lib/cli/ui/os.rb', line 52

def supports_arrow_keys?
  false
end

.supports_color_prompt?Boolean

Returns:

  • (Boolean)


48
49
50
# File 'lib/cli/ui/os.rb', line 48

def supports_color_prompt?
  false
end

.supports_emoji?Boolean

Returns:

  • (Boolean)


44
45
46
# File 'lib/cli/ui/os.rb', line 44

def supports_emoji?
  false
end