Module: Vedeu::Cells Private

Defined in:
lib/vedeu/cells/all.rb,
lib/vedeu/cells/char.rb,
lib/vedeu/cells/clear.rb,
lib/vedeu/cells/empty.rb,
lib/vedeu/cells/border.rb,
lib/vedeu/cells/cursor.rb,
lib/vedeu/cells/escape.rb,
lib/vedeu/cells/borders/all.rb,
lib/vedeu/cells/support/html.rb,
lib/vedeu/cells/borders/corner.rb,
lib/vedeu/cells/borders/vertical.rb,
lib/vedeu/cells/borders/horizontal.rb,
lib/vedeu/cells/borders/vertices/top_left.rb,
lib/vedeu/cells/borders/vertices/top_right.rb,
lib/vedeu/cells/borders/edges/left_vertical.rb,
lib/vedeu/cells/borders/edges/right_vertical.rb,
lib/vedeu/cells/borders/edges/top_horizontal.rb,
lib/vedeu/cells/borders/vertices/bottom_left.rb,
lib/vedeu/cells/borders/vertices/bottom_right.rb,
lib/vedeu/cells/borders/edges/bottom_horizontal.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Each available character space in the visible terminal is represented in Vedeu as a cell of some type. Each type of cell has specific behaviour when handled (including being rendered) by Vedeu.

Defined Under Namespace

Classes: Border, BottomHorizontal, BottomLeft, BottomRight, Char, Clear, Corner, Cursor, Empty, Escape, HTML, Horizontal, LeftVertical, RightVertical, TopHorizontal, TopLeft, TopRight, Vertical