module Fancyline::Drawable

Overview

Module to create drawable objects, which can be used in sub_info middlewares.

Direct including types

Defined in:

fancyline/drawable.cr

Instance Method Summary

Instance Method Detail

abstract def draw(ctx : Context) #

Draws itself in the current line. Only this line must be used. The current line has been cleared already, and the cursor is at the beginning of the line.


[View source]