CUD is not a requirement and tweak some comments.

This commit is contained in:
Nicholas Marriott
2020-04-24 16:47:38 +01:00
parent 9b571dacee
commit f3d6d4e802
2 changed files with 2 additions and 9 deletions

View File

@ -28,10 +28,9 @@
* - mouse (under kmous capability);
* - default colours (under AX or op capabilities);
* - AIX colours (under colors >= 16);
* - alternate escape (under XT).
* - alternate escape (if terminal is VT100-like).
*
* Also:
* - XT is used to decide whether to send DA and XDA;
* - DECFRA uses a flag instead of capabilities;
* - UTF-8 is a separate flag on the client; needed for unattached clients.
*/