Documentation
¶
Index ¶
- Variables
- func CaseNumber(termWidth int, termHeight int, color termbox.Attribute, Nowtime byte, diff int)
- func Clock(cCtx *cli.Context) error
- func FlagColor(ColorString string) termbox.Attribute
- func SmallColon(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallDot(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallEight(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallFive(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallFour(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallNine(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallOne(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallSeven(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallSix(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallThree(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallTwo(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func SmallZero(termWidth int, termHeight int, color termbox.Attribute, diff int)
- func Stopwatch(cCtx *cli.Context) error
- func StopwatchFormatTime(d time.Duration, disableMillisecond bool) string
- func StopwatchFormatTimeWihtoutHour(d time.Duration, disableMillisecond bool) string
- func Timer(cCtx *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ClockDiff = [11]int{7, 6, 6, 7}
View Source
var ClockWithSecDiff = [11]int{7, 6, 6, 7, 6, 6, 7}
View Source
var SmallStopWatchDiff = [11]int{7, 6, 6, 7, 6, 6, 7, 6, 4, 7, 7}
View Source
var SmallStopWatchWithoutHourDiff = [8]int{7, 6, 6, 7, 6, 4, 7, 7}
View Source
var SmallTimerDiff = [11]int{7, 6, 6, 7, 6, 6, 7, 6, 4, 7, 7}
View Source
var SmallTimerWithoutHourAndMillisecondDiff = [11]int{7, 6, 6, 7, 6}
View Source
var SmallTimerWithoutHourDiff = [11]int{7, 6, 6, 7, 6, 4, 7, 7}
View Source
var SmallTimerWithoutMillisecondDiff = [11]int{7, 6, 6, 7, 6, 6, 7, 6}
Functions ¶
func CaseNumber ¶
func StopwatchFormatTime ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.