todo
来自「一个很有名的浏览器」· 代码 · 共 23 行
TXT
23 行
This terminal subsystem is attempt to finally reorganize the originalnot-much-touched lowlevel/terminal.* and lowlevel/kbd.* (terminal.c and kbd.cin the original Links tree) in a sane manner.It is still work in progress (design-wise!). It should be stable, but it needsstructural (not necessarily functional) reorganization. Some process isstarted, but a lot of work remains to be done.Functions need to be renamed to match some uniform pattern.The existing files need to be further split (at least some of them), manysymbols need to be moved around to their proper location.A lot of the symbols don't belong to the terminal subsystem at all.More object-like structure needs to be deployed.I'm not yet sure how to support graphics, ncurses etc backends yet. Some ofthis code is universal, some if it is textmode-specific, some of it is directimplementation of our I/O. More structure inside of this directory is expectedto appear later when needed.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?