Documentation
¶
Index ¶
Constants ¶
View Source
const ( Mingw = false EnableColors = true )
View Source
const ( DirConfFilename = ".algernon" IgnoreFilename = ".ignore" HistoryFilename = ".algernon_history" )
View Source
const (
ExeExt = ""
)
Variables ¶
View Source
var ( // Gopher Eyes GopherEyes = SplashImage{encodedGopherEyes} // A simple white grid on a black background WhiteGrid = SplashImage{encodedWhiteGrid} // From a photo of Algernon Charles Swinburne, the poet AlgernonPoet = SplashImage{encodedAlgernonPoet} )
Functions ¶
func IgnoreTerminalResizeSignal ¶
func IgnoreTerminalResizeSignal()
IgnoreTerminalResizeSignal configures UNIX related platforms to ignore SIGWINCH
Types ¶
type SplashImage ¶ added in v1.15.4
Click to show internal directories.
Click to hide internal directories.