uobikiemukot / yaft

yet another framebuffer terminal
MIT License
614 stars 43 forks source link

DECDLD Does not Work #61

Open frenchie68 opened 8 months ago

frenchie68 commented 8 months ago

I tried it both yaftx and yaft and both ignored my custom font definition. The use case I am talking about can be run under Linux and GNU Forth 0.7.3. The Forth source code is vailable at https://github.com/forth2020/frenchie68/blob/main/pacman/pacman.4th.

Note: this renders perfectly well on my VT420!

hackerb9 commented 8 months ago

yaft is an odd duck of a terminal: it is a VT100, except that it also allows VT340 style sixel images. It does not support using sixels for font definitions.

[P.S. I look forward to trying out your pacman.4th on my VT340 which does support DECDLD.]

frenchie68 commented 8 months ago

Hello. Thanks for your feedback. The currently available pacman is very preliminary but it is a very solid foundation.