Skip to main content

Module ui

Module ui 

Source
Expand description

The ad user interface

Structs§

GenericTui
Layout
Layout is a screen layout of the windows available for displaying buffer content to the user. The available screen space is split into a number of columns each containing a vertical stack of windows.

Enums§

Border
A border that can be dragged to resize
StateChange
Sent by the Editor to a UserInterface when internal state has changed in such a way that a UI update may be required.

Constants§

SCRATCH_ID
The reserved ID for the scratch buffer. If we ever collide with this when creating a normal buffer then the user is doing something very strange…

Traits§

UserInterface
Something that can be used as a user interface

Type Aliases§

Tui