|
|
cc -I /usr/include/tam [flag . . . ] file . . . -locurses [library] . . .
#include <tam.h>
Routines | Description |
---|---|
addch+, addstr+ | see |
curses(3ocurses) | |
adf_gttok | converts word to token |
adf_gtwrd | Gets next word from string and copies it to buffer |
adf_gtxcd | gets next text code from string and copies it to buffer |
attroff, attron, baudrate, beep, cbreak, clear, clearok+, clrtobot, clrtoeol, delch, deleteln, echo, endwin, erase+, | see |
curses(3ocurses) | |
exhelp | see |
message(1fmli) | |
fixterm, flash+, flushinp | see |
curses(3ocurses) | |
form | see |
forms(3ocurses) | |
getch, getyx+, initscr, insch, insertln | see |
curses(3ocurses) | |
iswind | always returns 0 |
kcodemap, keypad, leaveok+ | see |
curses(3ocurses) | |
menu | see |
menus(3ocurses) | |
message, mtype | see |
message(1fmli) | |
move+, mvaddch+, mvaddstr+, mvinch | see |
curses(3ocurses) | |
nl+, nocbreak, nodelay, noecho | not supported |
nonl+ | not supported |
pb_check | Checks whether paste buffer is empty or not |
pb_empty | Clears out the paste buffer and closes it |
pb_gbuf | Reads pate buffer file into buffer |
pb_gets | Reads paste buffer file, converts it to text |
pb_name | Gets name of paste buffer file |
pb_open | Opens/creates the paste buffer file |
pb_puts | Outputs the string to the paste buffer in ADF format |
pb_seek | Seeks to end of paste buffer file and sets for append |
pb_weof | Outputs ``EOF'' string to paste buffer and closes the file |
printw, refresh+, resetterm, resetty, savetty | see |
curses(3ocurses) | |
track, track_t | maps to wgetc in the current window |
wcmd |
Outputs a
null- terminated string to the
entry/echo line. |
wcreate | creates a window |
wdelete | deletes the specified window |
wexit | deletes all windows and exits |
wgetc | gets the keyboard input |
wgetmouse | no-op; returns 0 |
wgetpos | Gets the current position (row, column) of the cursor in the specified window (wn). |
wgetsel | returns the currently selected window |
Routines | Description |
---|---|
wgetstat | returns the information in WSTAT for a window |
wgoto | moves the window's cursor to a specified row, column |
wicoff | no-op; returns 0 |
wicon | no-op; returns 0 |
wind | creates a window of specific height and width and loads it with the specified fonts |
winit | Sets up the process for window access |
wlabel, wndelay, wnl | outputs a null-terminated string to the window label area |
wpostwait | Reverses the effects of wprexec. |
wprexec | Performs the appropriate actions for passing a window to a child process. |
wprintf, wprompt | Outputs a null-terminated string to the prompt line. |
wputc | Outputs a character to a window. |
wputs | Outputs a character string to a window. |
wrastop | not supported |
wreadmouse | no-op; returns 0 |
wrefresh | Flushes all output to the window. |
wselect | Selects the specified window as the current or active one. |
wsetmouse | no-op; returns 0 |
wsetstat | Sets the status for a window. |
wslk | Writes a null-terminated string to a set of screen-labeled keys. |
wslk | Writes a null-terminated string to a screen-labeled key. The alternate form writes all the screen-labeled keys at once more efficiently. |
wuser | not supported |