This is vterm.h in view mode; [Download] [Up]
/* * Copyright (c) 1992, 1995 John E. Davis (davis@space.mit.edu) * All Rights Reserved. */ extern void vscroll_down(int, int, int); extern void vscroll_up(int, int, int); extern void execute_vscroll_down(int, int, int); extern void execute_vscroll_up(int, int, int); extern void vins(char); extern void vdel(void); extern void vdel_eol(void);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.