We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3515675 commit 836c10bCopy full SHA for 836c10b
dcb.inc
@@ -71,6 +71,14 @@ TC.SMR equ 5 ; uppercase conversion on input disabled
71
TC.NBR equ 6 ; not receiving broadcast messages
72
TC.ANS equ 7 ; ANSI terminal
73
74
+; Additional Terminal characteristics codes, not present in U.CW
75
+
76
+TC.SPD equ 8 ; serial speed, if supported
77
+TC.PAR equ 9 ; parity, if supported (0=none, 1=odd, 3=even)
78
+TC.BPC equ 10 ; bits per character, if supported
79
+TC.STP equ 11 ; stop bits, if supported
80
+TC.FLC equ 12 ; flow control type, if supported
81
82
; Status Control Block, one per controller (statically allocated)
83
84
S.ST equ 0 ; controller status (1 byte)
0 commit comments