|
|
static FApplication * | app_object {nullptr} |
| |
|
static bool | exit_loop {false} |
| |
|
static FWidget * | root_widget {nullptr} |
| |
|
static constexpr auto | print_trans_mask = getPrintTransMask() |
| |
|
static constexpr auto | fake_reverse_mask = createMask(setFakeReverseMask) |
| |
|
static constexpr auto | sgr_mask = createMask(setSGRMask) |
| |
|
static constexpr auto | attribute_mask = createMask(setAttributeMask) |
| |
|
static constexpr auto | reset_mask = createMask(setResetMask) |
| |
|
static constexpr char | sgr_39 [] = {CSI "39m"} |
| |
|
static constexpr char | sgr_39_49 [] = {CSI "39;49m"} |
| |
|
static FTerm * | init_term_object {nullptr} |
| |
|
static bool | term_initialized {false} |
| |
|
static std::size_t | object_counter {0} |
| |
|
static bool | is_new_font {false} |
| |
|
static bool | has_sub_map {false} |
| |
|
static bool | fvterm_initialized {false} |
| |
|
static constexpr auto | transparent_mask = getTransparentMask() |
| |
|
static constexpr auto | print_transparent_mask = getPrintTransparentMask() |
| |
|
static constexpr auto | print_reset_mask = getResetMask() |
| |
|
static constexpr auto | color_overlay_reset_mask = getColorOverlayResetMask() |
| |
|
static constexpr auto | attr_mask = createMask(setAttributeMask) |
| |
|
static bool | fwindow_init_flag {false} |
| |
The documentation for this struct was generated from the following files:
- final/fapplication.cpp
- final/fwidget.cpp
- final/fwidget_functions.cpp
- final/output/tty/foptiattr.cpp
- final/output/tty/fterm.cpp
- final/output/tty/ftermoutput.cpp
- final/vterm/fvterm.cpp
- final/vterm/fvtermbuffer.cpp
- final/widget/fwindow.cpp