[][src]Module sunrise_vi::terminal

Terminal rendering APIs

Some simple APIs to handle CLIs.

Structs

Pos

Just an x and a y

Terminal

A struct for logging text to the window. Renders characters from a .ttf font using the font-rs crate

TerminalPipe

Twili IPipe implementation on a Vi Terminal.

Constants

FONT_SIZE

The size we choose to render in

Statics

FONT

The font we choose to render in

Functions

font_height

Get the height of the built-in monospaced font.