Libraries
»
ektoplayer
(0.1.26)
»
Index
»
ICurses
»
IWindow
»
#on_column
Method: ICurses::IWindow#on_column
Defined in:
lib/ektoplayer/ui.rb
#
on_column
(n) ⇒
Object
322
# File 'lib/ektoplayer/ui.rb', line 322
def
on_column
(
n
)
move
(
cury
,
n
)
;
self
;
end