iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: SessionInfo

lib/session.SessionInfo

Table of contents

Properties

Properties

client

client: Object

Type declaration

Name Type Description
isSyncTerm boolean -
isVtx boolean -
name string -
suggestsUtf8? boolean True if client sent IQTERM UTF-8 handshake or TERM type suggests UTF-8
supportsFonts boolean -
supportsIceColors boolean -
version string -

Defined in

cli/src/lib/session.ts:37


encoding

encoding: TerminalEncoding

Defined in

cli/src/lib/session.ts:34


height

height: number

Defined in

cli/src/lib/session.ts:36


terminalType

terminalType: string

Defined in

cli/src/lib/session.ts:33


width

width: number

Defined in

cli/src/lib/session.ts:35