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