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