package statusscreen

import "time"

const (
	REPAINT_INTERVAL = 500 * time.Millisecond
)