[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cursor not working with pads.
From: |
Josh_Bresben |
Subject: |
Cursor not working with pads. |
Date: |
Mon, 3 Dec 2012 20:15:25 -0800 (PST) |
Hello,
I've set up a pad that I use to scroll to different content by calls to
prefresh(). Everything about the pad works except for one visual issue: I am
able to logically set the cursor to be in the proper subpads of the main
scrollable pad (i.e. areas where the user can type) by calling wmove(); that
works just fine. However, the visual blinking cursor that actually lets the
user know where he/she is remains at the origin (0,0).
I've even tried taking out all calls to wmove() and making the visual cursor
move to a random spot like (4,9) and then calling refresh(), but the visual
cursor just stays at the origin. Is there something extra that I have to do
when using pads in order to get cursor movement functioning correctly?
Thanks for any help with this problem,
-Josh Bresben
address@hidden
--
View this message in context:
http://old.nabble.com/Cursor-not-working-with-pads.-tp34750145p34750145.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.
- Cursor not working with pads.,
Josh_Bresben <=