Whenever I open a page, I get the raw bytes displayed in the document: ```sh $ cppman map ``` <img width="960" height="1050" alt="Image" src="https://github.com/user-attachments/assets/4fec8810-9efd-4543-8bcb-8ab49bc1a170" /> --- I am using ``` ArchLinux foot:1.23.1 less 679 vim:9.1.1623 zsh:5.9 ``` with those relevant environment variables: ``` export TERM="xterm-256color" export TERM_PROGRAM="foot" ``` --- Any ideas?