Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isttype(3J) — NEWS-os 3.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

stty(1)

ioctl(2)

tty(4)

ISTTYPE(3J)  —  UNIX Programmer’s Manual

NAME

isttype − check type of a terminal

SYNOPSIS

#include <ttype.h>

int isttype(fd)
int fd;

DESCRIPTION

Isttype retruns the type of the terminal specified by the file descriptor fd.  Terminal types are defined as the following:

#define T_NOTTERM−1/∗ not a terminal ∗/
#define T_ASCII 0/∗ not a Kanji terminal ∗/
#define T_SJISKANJI1/∗ Shift-JIS kanji terminal ∗/
#define T_MSKANJIT_SJISKANJI/∗ compatibility for NEWS-OS 2.x ∗/
#define T_JISKANJI2/∗ JIS kanji terminal ∗/
#define T_EUCKANJI3/∗ EUC kanji terminal ∗/

SEE ALSO

stty(1), ioctl(2), tty(4)

NEWS-OSRelease 3.3

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026