The default attributes need to be applied to the whole of the main curses window during curses init via wbkgd.
This will fix the ugly look as reported in issue #203.
I am not familiar with zig, so the hardcoded constant 0x100 really should be via curses's COLOR_PAIR referencing to the 'default' style...
The default attributes need to be applied to the whole of the main curses window during curses init via `wbkgd`.
This will fix the ugly look as reported in issue #203.
I am not familiar with zig, so the hardcoded constant `0x100` really should be via curses's `COLOR_PAIR` referencing to the '`default`' style...