lib/vedeu/cursor/move.rb in vedeu-0.4.32 vs lib/vedeu/cursor/move.rb in vedeu-0.4.33
- old
+ new
@@ -36,9 +36,11 @@
# The cursor will move freely within the bounds of the interface,
# irrespective of content.
# The view will not exceed the boundary of the visible terminal.
# The view will move freely within the bounds of the interface,
# irrespective of content.
+ #
+ # @api private
class Move
extend Forwardable
def_delegators :geometry, :x, :xn, :y, :yn