19.2Kb/termlib bug

utzoo!decvax!watmath!dmmartindale utzoo!decvax!watmath!dmmartindale
Mon Apr 26 22:21:11 AEST 1982


There has been discussion of running terminals at 19.2 Kb in net.unix-wizards.
For this to work correctly on terminals which require padding, the character
time table in /usr/src/lib/libtermlib/tputs.c must be extended to handle
the higher speed as is shown here (For lack of anything better, EXTB is
assumed to be 38.4Kb):

12c12
< 	0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10
---
> 	0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5, 2

Termlib and anything which depends on it should then be recompiled.



More information about the Comp.unix.wizards mailing list