BRIEF FUNCTION DESCRIPTIONS buffer_char_delete Deletes a character at the current position in the specified field. buffer_char_insert Inserts a space for a character at the current position in the specified field. con_char_backspace Deletes the character to the left of the current cursor position. con_char_delete Deletes the character at the current cursor position. con_char_insert Inserts a character at the current cursor position. con_char_mult_delete Deletes the specified number of characters at the current cursor position. con_display_erase Erases to the end of the current display. con_events Sets or resets raw input events that a console will receive. con_graphic_rend Sets the console text style, foreground color, and background color. con_left_offset Sets the console left offset to the specified pixel position. con_line_erase Erases to the end of the current line. con_line_length Sets the console line length to the specified number of characters. con_line_next Moves the cursor to row 1 of the next line. con_line_prev Moves the cursor to row 1 of the previous line. con_line_scroll_down Scrolls the display down one line, deleting the bottom line and inserting a blank line at the top of the display. con_line_scroll_up Scrolls the display down up line, deleting the top line and inserting a blank line at the bottom of the display. con_open Opens the console device. con_page_length Sets the console page length to the specified number of rows. con_put_char Outputs a character to the console. con_put_line Outputs a null-terminated string of a maximum length to the console. con_put_string Outputs a null-terminated string of characters to the console. con_read Reads as many characters as possible from the console into the specified buffer. con_top_offset Sets the console top offset to the specified pixel position. con_write Outputs a string of known length to the console. console_close Closes all devices required for console I/O. console_input Handles all input from the console. console_open Opens all devices required for console I/O. cursor_invisible Makes the cursor invisible. cursor_jump_left Moves the cursor to the left a specified number of positions. cursor_jump_right Moves the cursor to the right a specified number of positions. cursor_left Moves the cursor to the left one character position. cursor_place Moves the cursor to the specified pixel position. cursor_pos Moves the cursor to the specified row and column. cursor_right Moves the cursor to the right one character position. cursor_visible Makes the cursor visible. field_add_list Adds a specified number of fields to a field list. field_char_backspace Deletes the character to the left of the current position in the specified field. field_char_delete Deletes the character at the current position in the specified field. field_char_type Outputs the typed character at the current position in the specified field. field_clear Clears the contents of a specified number of fields. field_click Checks if the user clicked in any active field. field_close Closes all devices opened for field input. field_copy Copies the contents of the specified field to the field clip. field_cursor_left Moves the cursor to the left one character position in the specified field. field_cursor_right Moves the cursor to the right one character position in the specified field. field_cut Deletes the entire contents of the specified field and copies it to the field clip. field_delete Deletes the entire contents of the specified field. field_delete_backward Deletes all characters to the left of the current position in the specified field. field_delete_forward Deletes all characters at and to the right of the current position in the specified field. field_disable Disables a field from accepting input. field_display Displays the contents of a specified number of fields. field_dup Replaces the current contents of the specified field with the contents of that field's "Prev" buffer. field_enable Enables a field to accept input. field_goto Moves the cursor to the specified field and denotes that field as the current field. field_input Handles all console input in relation to the specified field. field_left Moves the cursor to the first character position in the specified field. field_link Sets all of the "NextField" links in a field list. field_open Opens all devices required for field input and initializes the field header structure. field_paste Replaces the contents of the specified field with the contents of the field clip. field_redisplay Deletes the contents of a specified number of fields and redisplays them with the contents of their buffer. field_refresh Displays the contents of a specified number of fields, also rendering the field's title, image, and border. field_remove Removes a specified number of fields from a field list. field_reshow Deletes the contents of a specified number of fields and redisplays them with the contents of their buffer. field_restore Replaces the current contents of the specified field with the contents of that field's "Undo" buffer. field_right Moves the cursor to the character position immediately to the right of the last character in the specified field. field_tab_backward Moves the cursor to the left "TAB_JUMP" character positions in the specified field. field_tab_forward Moves the cursor to the right "TAB_JUMP" character positions in the specified field. mask_chars Sets mask according to a string of characters. mask_entire Sets entire mask. mask_range Sets mask according to a range of ASCII values. Brief Descriptions 01/13/90 © Copyright 1990 Timm Martin All Rights Reserved Worldwide /*-- END --*/