package statusline type StatusLine interface { Put(line string) End(keep bool) }