# File lib/luck/pane.rb, line 57
def
y2
(
@y2
<
0
)
?
(
@display
.
height
+
@y2
+
1
)
:
@y2
end