Memory Screen Handling

  #include <vv_sys.h>
   
void ms_clr (SCRPTR msp)

Clears the memory screen

void ms_clratt (UCHAR att, SCRPTR msp)

Sets the clear attribute for the memory screen

int ms_colq (SCRPTR msp)

Returns the number of columns in the memory screen

SCRPTR ms_def (int rowq, int colq, UCHAR att)

Allocates and initializes a memory screen

void ms_free (SCRPTR msp)

Frees the memory allocated for the memory screen, including its contents

int ms_print (SCRPTR msp)

Writes the character contents of a memory screen to the printer

int ms_rd (UCHAR *filespec, SCRPTR msp)

Reads an ASCII file from disk into a memory screen

int ms_rowq (SCRPTR msp)

Returns the number of rows in the memory screen

int ms_wr (UCHAR *filespec, UCHAR *dmode, SCRPTR msp)

Writes the character contents of a memory screen to a disk file



Home Contents Previous Next