[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autoscroll with ncurses
From: |
Thomas Dickey |
Subject: |
Re: Autoscroll with ncurses |
Date: |
Fri, 29 Feb 2008 20:16:18 -0500 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
> I'm new using ncurses. I'm writing a CLI application using ncurses and I
> would like it to autoscroll when it reaches the bottom of the terminal (so
> it would behave like a common CLI application, i.e. the bash shell).
>
> Is there any option or flag which can be set in order to do that?
The scrollok() function does this.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Autoscroll with ncurses,
Thomas Dickey <=