DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T X

⟦de18ea08a⟧ TextFile

    Length: 603 (0x25b)
    Types: TextFile
    Names: »XrInputMute.3x«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/Toolkit/Xr/usr/man/man3/XrInputMute.3x« 

TextFile

.TH XRINPUTMUTE 3X "Xrlib Version 10"
.SH NAME
XrInputMute \- map the input
.SH SYNOPSIS
#include <Xr/keycode.h>
.br
.sp 1
unsigned char 
.br
.B XrInputMute(c)
.br
unsigned char c;
.SH DESCRIPTION
Normally, 
\fBXrInputMap()\fR
would be used to map the keys.  It calls 
\fBXrInputMute()\fR
as part of its mapping process.  However, if you have a character for which
you would like the 8 bit to ISO 7 bit conversion done or the muting done,
this routine can be used.
The
.B c
parameter represents the character which is to be converted.
.sp 1
.SH SEE ALSO
XrInputConf(3X), XrInputInit(3X), XrInputMap(3X)