Termcap question

Martin Weitzel martin at mwtech.UUCP
Sat Feb 24 20:50:26 AEST 1990


In article <5658 at star.cs.vu.nl> gpvos at cs.vu.nl (Vos G P) writes:
>A short question: How do i get characters >127 in the termcap strings?

You may be able to get them 'in' using octal escape sequences,
but many applications don't get them 'out' to the terminal device,
because it's a common technique to strip the 8th bit on output.

Why? Because older hardware didn't make use of the 8th bit (or used it
as parity), there developed the convention to write '\200' in the
termcap string whenever a '\0' Byte had to appear in the output.
-- 
Martin Weitzel, email: martin at mwtech.UUCP, voice: 49-(0)6151-6 56 83



More information about the Comp.unix.questions mailing list