peco.peco/internal/util
Daisuke Maki 8075a29013 First pass at removing termbox from common APIs
Start tackling from styles. This commit still should break
the existing application, as there are still instances where
the termbox-native styles are accessed directly via struct field
lookups.

Because we separated colors from attributes, you can no longer
simply refer to Style.fg without merging them aith the attributes
such as bold, underline, etc.

Meanwhile, in order to fix tests we have dicovered the existance
of os.UserHomeDir(), so we're going to use that.
2020-12-21 13:12:03 +09:00
..
shell_unix.go add shell 2017-03-03 15:48:28 +09:00
shell_windows.go add shell 2017-03-03 15:48:28 +09:00
tty_bsd.go Make it possible to swap a buffer instead of os.Stdout 2016-06-18 17:40:33 +09:00
tty_posix.go oops 2016-06-18 17:40:33 +09:00
tty_windows.go Make it possible to swap a buffer instead of os.Stdout 2016-06-18 17:40:33 +09:00
util.go surpress error message when user canceled 2017-02-10 07:06:34 +09:00