Commit graph

2 commits

Author SHA1 Message Date
Daisuke Maki ce2d7f812a Remove termbox-go from various places
* Events are now abstracted.
* Screen is abstracted.
* Printing is encapsulated in a "Command"
2020-12-22 18:19:58 +09:00
Daisuke Maki 972ecec7a2 Actually generate the stringer files
Previously I had manually created a stringer.go file from the output of
stringer command, because I had problems running it properly on my
environment for various reasons.

Taking a fresh look, this is no longer a problem, so I'm opting to
actually generate it manually.

Adds ScrollFirstItem and ScrollLastItem constants
2017-12-27 07:26:18 +09:00