teken_funcs_param
teken_funcs_param(t, TP_SHOWCURSOR, 1);
teken_funcs_param(t, TP_132COLS, 1);
teken_funcs_param(t, TP_AUTOREPEAT, 1);
teken_funcs_param(t, TP_SHOWCURSOR, 1);
teken_funcs_param(t, TP_MOUSE, 1);
teken_funcs_param(t, TP_KEYPADAPP, 1);
teken_funcs_param(t, TP_KEYPADAPP, 0);
teken_funcs_param(t, TP_132COLS, 0);
teken_funcs_param(t, TP_AUTOREPEAT, 0);
teken_funcs_param(t, TP_SHOWCURSOR, 0);
teken_funcs_param(t, TP_MOUSE, 0);
teken_funcs_param(t, TP_SWITCHVT, vt);
teken_funcs_param(t, TP_SETBELLPD, (pitch << 16) |
teken_funcs_param(t, TP_SETBORDER, c);
teken_funcs_param(t, TP_SETGLOBALCURSOR, code);
teken_funcs_param(t, TP_SETLOCALCURSOR, type);