11 12 13 14
# File 'lib/ektoplayer/icurses/curses.rb', line 11 def mvaddstr(y, x, s) move(y, x) addstr(s) end