>>961584
>Known problems and important missing features
>Squeezed at the end so nobody sees it ;)
>console server: Is probably too lax in permission checking. Does not implement settable tab stops. Does not allow to change encoding at run time. Does not allow any other screen size but 80x25.
>Combining characters is not supported.
>libcons/console-client: If you have one virtual console active, and another one receives a bell character, you don't hear the bell. This is because only the active virtual console is watched for anything interesting to happen. I think that is ok, but you might be surprised if you are used to how it works on GNU/Linux.
>Copy & Paste not supported.
>vga driver: Does not recalculate the mode lines if the font height is changed. This makes font heights below 13 or over 16 infeasible.
>Should support other text modes (integrate svgatextmode?)
>pc_kbd driver: No keyboard layout but US supported! Maybe in some cases left/right shift/ctrl/alt is allowed where both left and right should be allowed. Keyboard LEDs are only supported when using OSKIT-Mach or the CVS branch gnumach-1-branch of GNU Mach.
>ncursesw driver: Doesn't work properly on other terminals but UTF-8. Should not use C-w, this should be configurable. Does not support use of scroll back buffer.
>Other programs: Readline doesn't support multibyte encodings (4.2 and earlier). term doesn't either (all versions).
Well, that's okay. Maybe in another 35 years, they'll have it all sorted out.