Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ meta(3) — OSF/1 3.0 αXP

Media Vault

Software Library

Restoration Projects

Artifacts Sought

meta(3)  —  Subroutines

NAME

meta − Forces the number of significant bits on input

SYNOPSIS

#include <curses.h>
 
meta(win, bf)
    WINDOW ∗win;
    bool bf;

DESCRIPTION

This function forces the user’s terminal to return 7 or 8 significant bits on input.  To force 8 bits to be returned, invoke meta with bf as TRUE.  To force 7 bits to be returned, invoke meta with bf as FALSE. 

The window argument is always ignored, but it must still be a valid window to avoid compiler errors. 

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