TerminalFontName is the name of supported terminal font
| 237 | |
| 238 | // TerminalFontName is the name of supported terminal font |
| 239 | type TerminalFontName string |
| 240 | |
| 241 | var TerminalFontNames = []TerminalFontName{ |
| 242 | TerminalFontUnknown, TerminalFontGeistMono, TerminalFontIBMPlexMono, |
no outgoing calls
no test coverage detected