Re: WARNING: terminal is not fully functional

2009-05-06 Thread Frédéric Bron
Sorry, I did not see your previous post "TERM=rxvt-cygwin (X mode) termcap patch". You prefer to add an entry in termcap rather that altering the start menu shortcuts. Thanks, Frédéric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/prob

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Frédéric Bron
> Also, are you using the shortcuts in /Cygwin/ that were > created automatically, or ones that you created yourself?  The > auto-created one for rxvt-x has this command line: > > C:\cygwin-1.7\bin\run.exe /usr/bin/rxvt.exe -display 127.0.0.1:0 -tn > rxvt-cygwin -e /bin/bash --login > > The "-tn rx

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Charles Wilson
Frédéric Bron wrote: > I have not defined HOME but I can confirm that rxvt is reading > .Xdefault as I use it to define the window size, colors, font size... > I have tried to add HOME in Windows env. var but it did not change > anything (either with a DOS path or a Cygwin path). You'd use a DOS

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Frédéric Bron
> As the default termcap already includes an entry for rxvt-cygwin-native > as a convenience for cygwin users, it should probably be updated to also > include an entry for rxvt-cygwin.  The three entries: rxvt, > rxvt-cygwin-native, rxvt-cygwin > differ only in their ACS (line draw) character stri

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Charles Wilson
Frédéric Bron wrote: >>> rxvt-x -> TERM=rxvt-cygwin >>> rxvt-native -> TERM=rxvt-cygwin-native >> That's the problem. /etc/termcap has an entry for rxvt-cygwin-native, >> but not for rxvt-cygwin. What you want in that case is just >> TERM=rxvt. >> >> Not sure where the bug is. Either rxvt is set

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Frédéric Bron
>> rxvt-x -> TERM=rxvt-cygwin >> rxvt-native -> TERM=rxvt-cygwin-native > > That's the problem.  /etc/termcap has an entry for rxvt-cygwin-native, > but not for rxvt-cygwin.  What you want in that case is just > TERM=rxvt. > > Not sure where the bug is.  Either rxvt is setting TERM wrong, or you >

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Mark J. Reed
2009/5/6 Frédéric Bron: > rxvt-x -> TERM=rxvt-cygwin > rxvt-native -> TERM=rxvt-cygwin-native That's the problem. /etc/termcap has an entry for rxvt-cygwin-native, but not for rxvt-cygwin. What you want in that case is just TERM=rxvt. Not sure where the bug is. Either rxvt is setting TERM wron

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Frédéric Bron
> So you have $TERM set to something that the system doesn't recognize. > What does 'echo $TERM' return in each case (rxvt-x vs rxvt-native)? rxvt-x -> TERM=rxvt-cygwin rxvt-native -> TERM=rxvt-cygwin-native Frédéric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Re: WARNING: terminal is not fully functional

2009-05-06 Thread Mark J. Reed
2009/5/6 Frédéric Bron: > WARNING: terminal is not fully functional > -  (press RETURN) So you have $TERM set to something that the system doesn't recognize. What does 'echo $TERM' return in each case (rxvt-x vs rxvt-native)? --Mark J. Reed -- Unsubscribe info:

WARNING: terminal is not fully functional

2009-05-06 Thread Frédéric Bron
when I want to use man (for example $ man ls), I get this error message (with 1.5 and 1.7): WARNING: terminal is not fully functional - (press RETURN) I am using rxvt-x. This does not happen with rxvt-native. Frédéric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: terminal is not fully functional

2002-03-18 Thread Gerrit P. Haase
of my commands are not working. For example: > Robert Mark Bram@DIJONG ~ > $ pwd > /cygdrive/c That is because this is your HOMEPATH setting somewhere in windows. Try adding s.th. like this to /etc/profile: unset HOME unset HOMEPATH at the beginning after the PATH declaration. > R

Re: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Christopher Faylor
On Mon, Mar 18, 2002 at 04:37:18PM +1100, Robert Mark Bram wrote: >Howdy all! > >I am running Cygwin on Win2K and I have also installed Rational Rose. > >When installed, Rational Rose changed my rootdir variable to this: >ROOTDIR='C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT' Cygwin does not use the RO

RE: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Robert Mark Bram
Perfect! Some massaging in the batch file and I can keep Rose happy too.. Thank you Andrew and Oleg for your advice! Rob :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

Re: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Andrew Markebo
[...] | What does ncurses do?? Creative error messages? :) ncurses is library that replaces curses, generic interface for moving around the cursor in a text-terminal, drawing text-lines and so on. Works on many terminal-types. Not the problem here, well a bit of the problem could it be, ncurses

Re: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Andrew Markebo
| | > Where is your 'homedrive'? | | >From the output of set: | HOME=/cygdrive/c | HOMEDRIVE=C: | HOMEPATH='\' | HOSTNAME=DIJONG Try to set HOME so it points to the place you want to have 'home'. Maybe you also need HOMEDRIVE and HOMEPATH set too, but I only think HOME. If you unset HOME, I

RE: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Robert Mark Bram
Hi Oleg and thank you for your help! >I'm a Cygwin newbie, although a long time UNIX/Linux user, but here's an >idea: check that you have ncurses >cygcheck --check-setup | grep ncurses >and maybe try reinstalling them > >libncurses5 5.2-1 >libncurses6 5.2-8 >ncurses 5.

RE: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Robert Mark Bram
EDRIVE C: Robert Mark Bram@DIJONG ~ $ cd $HOMEDRIVE Robert Mark Bram@DIJONG ~ $ pwd /cygdrive/c Robert Mark Bram@DIJONG ~ $ > | Robert Mark Bram@DIJONG ~ > | $ man ls | less > | WARNING: terminal is not fully functional > | - (press RETURN) > Hmm do a echo $TERM and see what

Re: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Oleg
- Original Message - From: "Robert Mark Bram" <[EMAIL PROTECTED]> To: "Andrew Markebo" <[EMAIL PROTECTED]>; "Cygwin" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 4:26 AM Subject: RE: terminal is not fully functional ***Rootdir problems

Re: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Andrew Markebo
to cd to your homedrive.. BTW Where is your 'homedrive'? | Robert Mark Bram@DIJONG ~ | $ man ls | less | WARNING: terminal is not fully functional | - (press RETURN) Hmm do a echo $TERM and see what it says.. /Andy -- The eye of the beholder rests on the beau

RE: terminal is not fully functional ***Rootdir problems***

2002-03-18 Thread Robert Mark Bram
ert Mark Bram@DIJONG ~ $ pwd /cygdrive/c Robert Mark Bram@DIJONG ~ $ man ls | less WARNING: terminal is not fully functional - (press RETURN) Any other ideas please!!?? Rob :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Markebo Sent: Mon

Re: terminal is not fully functional ***Rootdir problems***

2002-03-17 Thread Andrew Markebo
| So what do I do? It seems that both Rose and Cygwin want to use rootdir, and | Cygwin has a hard time using Rose's version. Well then set the global ROOTDIR to what cygwin want... And well if Rose doesn't like that.. blame rose ;-) Or edit the batch-file that fires up bash and set ROOTDIR to w

RE: terminal is not fully functional ***Rootdir problems***

2002-03-17 Thread Robert Mark Bram
Howdy all! I am running Cygwin on Win2K and I have also installed Rational Rose. When installed, Rational Rose changed my rootdir variable to this: ROOTDIR='C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT' I looked in that directory and it has quite a few files.. So what do I do? It seems that both Ros

terminal is not fully functional

2002-03-17 Thread Robert Mark Bram
up Cygwin, it still put me in a home directory of /Robert Mark Bram. Now when I run Cygwin it is putting me in a directory "/cygdrive/c" and some of my commands are not working. For example: Robert Mark Bram@DIJONG ~ $ pwd /cygdrive/c Robert Mark Bram@DIJONG ~ $ man ls | less WARNING: te