lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev DIRED for DOS [patch]


From: Doug Kaufman
Subject: Re: lynx-dev DIRED for DOS [patch]
Date: Sun, 20 Jun 1999 16:53:52 -0700 (PDT)

On Sun, 20 Jun 1999 address@hidden wrote:

> 
> >         _statusline(tmpbuf); 
> >         stop_curses(); 
> > -       printf("%s\n", tmpbuf); 
> > +       printf("%s\r\n", tmpbuf); 
> 
> is this needed? - I thought that the modes would be changed so a \n would
> work properly at this point

Yes, this is needed. The "\n" leaves the cursor in the middle of the
screen on DJGPP. The alternative would be to switch to text mode before
the printf and back to binary mode just after. Does the "\r" cause
screen problems with some platforms?
                                Doug
                           
__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]