teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Functions
Operations for reading events from the pty

Functions

void teditor::Terminal::reset ()
 
int teditor::Terminal::waitAndFill (struct timeval *timeout)
 
const std::string & teditor::Terminal::getOldSeq () const
 
bool teditor::Terminal::bufferResize () const
 
void teditor::Terminal::disableResize ()
 

Detailed Description

Function Documentation

◆ bufferResize()

bool teditor::Terminal::bufferResize ( ) const
inline

whether to resize the buffer

◆ disableResize()

void teditor::Terminal::disableResize ( )
inline

disable the resize of buffer

◆ getOldSeq()

const std::string& teditor::Terminal::getOldSeq ( ) const
inline

get the previous key sequence

◆ reset()

void teditor::Terminal::reset ( )

reset the input pipeline

◆ waitAndFill()

int teditor::Terminal::waitAndFill ( struct timeval *  timeout)

wait for an event and extract it