class DEBUGGER__::ThreadClient::Output

def screen_width

def screen_width
  SESSION.width
rescue Errno::EINVAL # in `winsize': Invalid argument - <STDIN>
  80
end