FTXUI  5.0.0
C++ functional terminal UI.
canvas.cpp File Reference

Go to the source code of this file.

Namespaces

 ftxui
 

Functions

Element canvas (ConstRef< Canvas > canvas)
 Produce an element from a Canvas, or a reference to a Canvas. More...
 
Element canvas (int width, int height, std::function< void(Canvas &)> fn)
 Produce an element drawing a canvas of requested size. More...
 
Element canvas (std::function< void(Canvas &)> fn)
 Produce an element drawing a canvas. More...