module Console::Output::XTerm

Public Class Methods

new(output, **options) click to toggle source
# File lib/console/output/xterm.rb, line 26
def self.new(output, **options)
        Terminal::Logger.new(output, format: Terminal::XTerm, **options)
end