[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Ncurses number of LINES problem
From: |
Ignasi Villagrasa |
Subject: |
Ncurses number of LINES problem |
Date: |
Wed, 17 Apr 2002 12:41:47 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 |
Hi everyone,
I migrated some console based programs from Win32 API to Linux ncurses
implementation.
All seems to work properly, but the number of lines the program should
use. The program comes from windows OS, and it manages all 25 lines in a
WNT console. After migrating to Linux, and running it on an AX3000
platinum terminal thin client connected via telnet to a RH 7.2 based
server, I noticed the cursor doen't move to LINE 25. Testing terminal
and linux configurarion I can see:
- The terminal is set to TERM = linux
- The terminal number of lines is 25. And sh or bash can always work
in line 25 without problems. I can run commands in line 25 properly.
- LINES enviroment variable is 25. It comes from /etc/profile file.
When I run my ncurses based application it doen't show information in
LINE 25. When I try to move cursor to that position it fails and the
cursor remains in the current x,y. So the program displays wrong
information.
Could anyone help me ?
Thanks in advance. Ignasi Villagrasa.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Ncurses number of LINES problem,
Ignasi Villagrasa <=