ttx 0.1.0
Loading...
Searching...
No Matches
capabilities.h File Reference

Go to the source code of this file.

Namespaces

namespace  ttx
 
namespace  ttx::terminal
 

Macros

#define KEY_CAP(short, v, name)
 
#define KEYS(M)
 
#define KEYS2(M)
 

Variables

constexpr auto ttx::terminal::ttx_names
 
constexpr auto ttx::terminal::ttx_capabilities
 
constexpr auto ttx::terminal::ttx_terminfo
 

Macro Definition Documentation

◆ KEY_CAP

#define KEY_CAP ( short,
v,
name )
Value:
Capability { \
.long_name = name ""_sv, \
.short_name = short ""_tsv, \
.value = v ""_tsv, \
.description = "Escape terminal sends when " #name " is pressed"_sv, \
},

◆ KEYS

#define KEYS ( M)

◆ KEYS2

#define KEYS2 ( M)