/* vinsline.c (emx+gcc) -- Copyright (c) 1987-1993 by Eberhard Mattes */

#include <sys/video.h>
#include "video2.h"


void v_insline (int count)
{
  v_scroll (0, _v_y, _v_width-1, _v_height-1, count, V_SCROLL_DOWN);
}
