User preference flags.
These flags denote permanent user preferences as regards translation
modes, ANSI directives, et cetera.
- UPF_ANSION
- If this flag is set, ANSI output is preferred by
the user.
- UPF_VISUAL
- Set to denote that the user prefers visual
(full-screen) tools, where these are available.
- UPF_NONSTOP
- Ignore the user's screen height; never pause the
display for the user.
- UPF_ANSIDEF
- User likes to leave their ANSI setting to whatever
was set at login.
- UPF_ANSIASK
- User likes to be asked about their ANSI setting at
every login (if this wasn't already done prior to login).
- UPF_TRDEF
- User prefers to leave the translation mode to
whatever was set at login.
- UPF_TRASK
- User likes to be asked for a translation mode at
every login.
- UPF_TR0--UPF_TR3
- Four bits denoting the translation
table the user prefers to use (only valid if UPF_TRDEF and
PF_TRASK are clear).
-
UPF_ANSION
- User likes ANSI directives.
-
UPF_VISUAL
- User wants visual tools, where available.
-
UPF_NONSTOP
- Don't pause at the bottom the screen.
-
UPF_ANSIDEF
- Use channel default ANSI value.
-
UPF_ANSIASK
- Ask about use of ANSI at login.
-
UPF_OBSOLETE
- Obsolete flag value; re-use at will.
-
UPF_TRDEF
- Use default channel translation.
-
UPF_TRASK
- Ask for translation mode at login.
-
UPF_TR0
- Translation mode, bit 0.
-
UPF_TR1
- Translation mode, bit 1.
-
UPF_TR2
- Translation mode, bit 2.
-
UPF_TR3
- Translation mode, bit 3.
-
usr_getpxlation
- Extract permanent translation mode from user account.
-
usr_setpxlation
- Set permanent translation mode in user account.
Alphabetic index
This page was generated with the help of DOC++.