Crate ultron_core

source ·

Re-exports

Modules

Structs

  • RGBA color, directly from the theme
  • Foreground and background colors, with font style
  • A text buffer where characters are manipulated visually with consideration on the unicode width of characters. Characters can span more than 1 cell, therefore visually manipulating text in a 2-dimensional way should consider using the unicode width.
  • A struct with text_buffer, selection commands, and history recording for undo and redo editing

Enums

Constants

Type Definitions

  • A statically sized 2-dimensional column point.