The UNIX and Linux Forums
>
Operating Systems
>
HP-UX
Command to know the terminal cursor position
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Command to know the terminal cursor position
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
09-02-2007
fpmurphy
Moderator
Join Date: Dec 2003
Location: /dev/fl
Posts: 1,119
You could write a small program using the CURSES getxy() function
to output the X and Y co-ordinates
void getyx(WINDOW *win, int y, int x);
fpmurphy
View Public Profile
Find all posts by fpmurphy