|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Classes | |
| struct | Dimensions |
| Dimensions 是一個表示終端機大小的結構 More... | |
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
| namespace | ftxui::Terminal |
Enumerations | |
| enum | Color { Palette1 , Palette16 , Palette256 , TrueColor } |
| Color 是一個列舉,表示終端機的色彩支援 More... | |
Functions | |
| Dimensions | Size () |
| 獲取終端機大小。 | |
| void | SetFallbackSize (const Dimensions &fallbackSize) |
| 在自動偵測失敗時覆寫終端機大小 | |
| Color | ColorSupport () |
| 獲取終端機的顏色支援。 | |
| void | SetColorSupport (Color color) |
| 在自動偵測失敗時覆寫終端機顏色支援 | |