|
From: | Michael Bohn |
Subject: | Setting last character on screen (without scrolling enabled) |
Date: | Wed, 6 Jun 2012 11:02:55 +0000 |
Assume you have a NCurses Window (could be a subwindow) with dimensions ROWS and COLS. How do I set the character at ROWS-1 and COLS-1. If I use waddstr at this position with one character it doesn't work (throws a user exception). I assume this is because the cursor is moved to a position outside the window?
[Prev in Thread] | Current Thread | [Next in Thread] |