amalthea.terminal

Undocumented in source.

Public Imports

amalthea.libcore
public import amalthea.libcore;
Undocumented in source.

Members

Aliases

isTerminal
alias isTerminal = isTTY
Undocumented in source.

Enums

FGColor
enum FGColor

Colors of foreground.

Functions

clearScreen
void clearScreen()

This function clears current terminal screen.

cwrite
void cwrite(S args)

Output of color text.

cwriteln
void cwriteln(S args)

Output of color text with line ending.

isTTY
bool isTTY(File f)

Wrapper for isatty (see: man isatty). Tests whether a file descriptor refers to a terminal.

Meta