ttx 0.1.0
Loading...
Searching...
No Matches
render.h File Reference
#include "di/container/queue/queue.h"
#include "dius/condition_variable.h"
#include "input_mode.h"
#include "layout_state.h"
#include "tab.h"
#include "ttx/pane.h"
#include "ttx/renderer.h"

Go to the source code of this file.

Classes

struct  ttx::PaneExited
 
struct  ttx::DoRender
 
struct  ttx::Exit
 
struct  ttx::InputStatus
 
struct  ttx::WriteString
 
class  ttx::RenderThread
 

Namespaces

namespace  ttx
 

Typedefs

using ttx::RenderEvent = di::Variant<dius::tty::WindowSize, PaneExited, InputStatus, WriteString, DoRender, Exit>