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