This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Port of color xterm


Hi,

> Does this patch fix the 25 line problem? That is, the fact that applications
> such as less, vi, etc. cannot use more than 25 lines of text under xterm.

The port does fix a 25 line problem - hopefully the one you're
referring to.  

After the first successful build I found that vim 5.0 (unix version, 
compiled with ncurses installed) assumed a 25 line, 80 column terminal, 
but upon resize of the xterm vim was updated with the correct settings.

I inserted a kludge to screen.c to ensure that the tty is informed
of the window size when it is opened, otherwise this didnt happen
until a resize event took place.

I have just posted the full porting process & patch to the list - 
please check this for details.

Regards,

Andrew.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]