# File lib/luck/display.rb, line 5
  def initialize client
    @client = client
    @panes = {}
    @dirty = true
    
    @driver = ANSIDriver.new
  end