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