term definitions



p4_assume_dumbterm_ : ASSUME_DUMBTERM ( -- )

load hardwired DUMBTERM-termcap into the terminal-driver

reference: ../src/term.c:0506

p4_assume_vt100_ : ASSUME_VT100 ( -- )

load hardwired VT100-termcap into the terminal-driver

reference: ../src/term.c:0497

p4_gotoxy

reference: ../src/term.c:0547

p4_gotoxy_ : GOTOXY ( x y -- )

move the cursor to the specified position on the screen - this is usually done by sending a corresponding esc-sequence to the terminal.

reference: ../src/term.c:0545

p4_question_xy_ : ?XY ( -- x y )

returns the cursor position on screen, on a real unix system this includes a special call to the screen driver, in remote systems this can be the expected position as seen on the client side's terminal driver.

reference: ../src/term.c:0557

p4_show_control_strings_ : SHOW-TERM-CONTROLS ( -- ) for debugging

show the current mappings for the terminal output may give hints about what is wrong if the output seems to miss some functionality

reference: ../src/term.c:0262

p4_show_rawkey_strings_ : SHOW-TERM-ESC-KEYS ( -- ) for debugging

show the current mappings for the terminal input may give hints about what is wrong if the input seems to miss some functionality

reference: ../src/term.c:0293

p4_show_termcap_ : SHOW-TERMCAP ( -- ) for debugging

print the termcap strings used for input and output may give hints about what is wrong if the terminal seems to miss some functionality

reference: ../src/term.c:0324

p4_change_case

reference: ../src/term.c:0158

p4_dot_standout_off

reference: ../src/term.c:0153

p4_dot_standout_on

reference: ../src/term.c:0151

p4_ekeypressed

reference: ../src/term.c:0125

p4_getekey

reference: ../src/term.c:0109

p4_getwskey

reference: ../src/term.c:0119

p4_isprint

reference: ../src/term.c:0131

p4_putc

reference: ../src/term.c:0152

p4_putc_printable

reference: ../src/term.c:0310

p4_puts

reference: ../src/term.c:0312

p4_wherexy

reference: ../src/term.c:0561