Exemple #1
0
static int
tst_DSR_operating_status(MENU_ARGS)
{
    return any_DSR(PASS_ARGS, "5n", show_OperatingStatus);
}
Exemple #2
0
int
tst_DSR_userkeys(MENU_ARGS)
{
    return any_DSR(PASS_ARGS, "?25n", show_UDK_Status);
}
Exemple #3
0
int
tst_DSR_printer(MENU_ARGS)
{
    return any_DSR(PASS_ARGS, "?15n", show_PrinterStatus);
}
Exemple #4
0
/* vt220 & up */
int
tst_DSR_keyboard(MENU_ARGS)
{
    return any_DSR(PASS_ARGS, "?26n", show_KeyboardStatus);
}
Exemple #5
0
/* vt340/vt420 & up */
int
tst_DSR_cursor(MENU_ARGS)
{
  return any_DSR(PASS_ARGS, "?6n", show_ExtendedCursorPosition);
}
Exemple #6
0
/*
 * Though some people refer to the locator controls as "vt220", it appears in
 * later terminals (documented in the vt320 manual, but introduced as in UWS).
 */
int
tst_DSR_locator(MENU_ARGS)
{
  return any_DSR(PASS_ARGS, "?53n", show_Locator_Status);
}