# File lib/luck/pane.rb, line 47
  def x1
    (@x1 < 0) ? (@display.width + @x1 + 1) : @x1
  end