[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: simple question
From: |
Thomas Dickey |
Subject: |
Re: simple question |
Date: |
Tue, 12 Feb 2008 13:17:46 -0500 (EST) |
On Mon, 11 Feb 2008, Bryan Christ wrote:
Suppose I have a window with scrollok == TRUE. Is it possible to place
a character in the bottom-right corner without the window scrolling (and
without setting scrollok=FALSE)?
I don't think so. You could make a subwindow excluding the last line (or
column) and let the subwindow scroll.
Ideally, I would like to "park" there until another character needs to
be placed after it. At that point I would need to advance the line.
Any thoughts?
Bryan
_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
- simple question, Bryan Christ, 2008/02/11
- Re: simple question,
Thomas Dickey <=