After updating to 1.9.0 release, some commands are not executed properly when run with doas.
E.g.
$ doas systemctl status bluetooth
Output: "WARNING: terminal is not fully functional"
$ doas vi /path/to/file
Output: file is not displayed properly, only the first line of file is displayed
$ doas dmesg
Output: is not colorized
These problems only happen after updating to 1.9.0. I'm using sway.
// Thank you for this awesome terminal emulator.