MCPcopy Index your code
hub / github.com/coder/coder / TerminalFontName

TypeAlias TerminalFontName

codersdk/users.go:239–239  ·  view source on GitHub ↗

TerminalFontName is the name of supported terminal font

Source from the content-addressed store, hash-verified

237
238// TerminalFontName is the name of supported terminal font
239type TerminalFontName string
240
241var TerminalFontNames = []TerminalFontName{
242 TerminalFontUnknown, TerminalFontGeistMono, TerminalFontIBMPlexMono,

Callers 3

TestUserTerminalFontFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected