bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

does padding work with tput?


From: Frank Henigman
Subject: does padding work with tput?
Date: Mon, 07 Oct 2002 12:47:17 -0700

In ncurses-5.2-20020907 I get no padding when I do "tput clear" but when
nvi starts it clears the screen and the padding characters are sent.
The difference seems to be that nvi calls newterm() which calls baudrate()
which sets the global ospeed.  Then in delay_output() ospeed is used to
calculate the number of pad bytes.  In tput, ospeed is never set so it
always calculates zero pad bytes.  Should tput be doing something to set
ospeed?  Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]