[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tty_update.c (part 3)
From: |
Thomas Dickey |
Subject: |
Re: tty_update.c (part 3) |
Date: |
Sun, 5 Jan 2003 18:38:51 -0500 |
User-agent: |
Mutt/1.3.27i |
On Sat, Dec 14, 2002 at 08:15:02AM +0100, Philippe Blain wrote:
> ----------------------------------------------------------------------------
> File : ncurses/base/tty_update.c
>
> The following new routine clears the screen between 2 lines inclusive.
well - for this one, it looks as if the new function is introduced just
to cut down on some of the testing done in ClrToEOL and ClrToEOS. But those
functions also allow for the possibility that clr_eol and clr_eos are
not provided - which this function does not do.
(more explanation might help here)
> static int _hard_clear_from_to (int y1, int y2, NCURSES_CH_T blank)
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: tty_update.c (part 3),
Thomas Dickey <=