mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
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. |
||
|---|---|---|
| .. | ||
| shell_unix.go | ||
| shell_windows.go | ||
| tty_bsd.go | ||
| tty_posix.go | ||
| tty_windows.go | ||
| util.go | ||