@kzimmermann

What does "control chars get printed" mean?

Because it could be two different things with two very different adjustments to make.

If it means control characters actually being printed as glyphs on the screen, taking it at face value, that's a /etc/wscons.conf and screen emulation settings thing; but if it is line editing not working then that's a TERM=netbsd6 and /etc/ttys affair.

#NetBSD #wscons #terminfo

🌘 在沒有 X11 的情況下進行圖形實作
➤ NetBSD 的 wscons 框架讓您可以直接存取 framebuffer 和鍵盤,無需 X11 系統。
https://blogsystem5.substack.com/p/netbsd-graphics-wo-x11
本文介紹瞭如何在 NetBSD 的 wscons 框架下,直接存取 framebuffer 和鍵盤,無需 X11 的參與。探討瞭如何在一個標準 Unix 系統上呈現圖形,突出 EndBASIC 控制檯的混合特性,並深入探討了 wscons 的結構和操作方式。
+ 這篇文章真是深入淺出地介紹了在沒有 X11 的情況下如何實現圖形顯示,讓人對 NetBSD 的功能有更深入的瞭解。
+ 閱讀後對 NetBSD 的 wscons 框架有了更清晰的概念,有興趣深入研究這方面的讀者會覺得這篇文章非常寶貴。
#圖形實作 #NetBSD #wscons
Hands-on graphics without X11

A crash course on direct framebuffer and keyboard access via NetBSD’s wscons

Blog System/5
Bug fixing in wscons