# File lib/ncursesw.rb, line 305
def Ncurses.touchline(win, start, count)
  Ncurses.wtouchln(win, start, count, 1)
end