lib/console/terminal/xterm.rb in console-1.1.0 vs lib/console/terminal/xterm.rb in console-1.1.1

- old
+ new

@@ -48,9 +48,13 @@ blink: 5, reverse: 7, hidden: 8, } + def colors? + true + end + def size @output.winsize end def style(foreground, background = nil, *attributes)