eNV25 36add0afbf
ncdu: replace termbox with tcell's termbox wrapper
The https://github.com/nsf/termbox-go library is no longer maintained
so this change replaces it with the maintained
github.com/gdamore/tcell library which has a termbox backwards
compatibility layer.

There are a few minor changes from the termbox library:

- Using Clear with fg bg ColorDefault resulted in a white background for some reason.
    - Clear with fg ColorWhite bg ColorBlack was used instead.
- tcell's termbox wrapper doesn't support ColorLightYellow.
    - ColorYellow + 8 was used instead.
2022-06-19 11:22:45 +01:00
..
2022-05-13 12:08:10 +01:00
2021-11-01 21:00:27 +03:00
2022-01-12 19:51:26 +01:00
2021-10-20 22:56:19 +02:00
2021-10-20 22:56:19 +02:00
2021-04-28 22:55:27 +01:00
2020-10-28 18:16:23 +00:00
2021-10-20 22:56:19 +02:00
2021-10-20 22:56:19 +02:00
2019-10-14 17:02:09 +01:00
2021-01-25 22:40:46 +03:00
2019-10-14 17:02:09 +01:00
2022-06-13 21:13:50 +02:00