Path separator

2003-06-04 Thread Greg Fenton
at runtime whether we're in Cygwin (how?) - use an environment variable to determine the appropriate path separator (is there one?) Thanks in advance, greg_fenton. = Greg Fenton [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Calendar - Free online ca

Re: Path separator

2003-06-04 Thread Greg Fenton
me setting I'm looking for. So, again, is there a way to dynamically detect whether a binary is running within Cygwin (or maybe just from the BASH shell)? Thanks, greg_fenton. = Greg Fenton [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Calenda

Re: Path separator

2003-06-04 Thread Greg Fenton
my code to support win32 and cygwin, I only need to know what the PATH_SEPARATOR is for the current running environment. It may not be in Cygwin right now, but wouldn't this be a Good Thing (and benign for those who want to ignore it)? I'm still open to suggestions if there are any others.

Re: Path separator

2003-06-04 Thread Greg Fenton
ot; (e.g. Win95/98). At least, I don't think they support it...but again, its been a long while since I've sat in front of such a box. Thanks for the info! greg_fenton. = Greg Fenton [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Calendar - Free online cale

bash 2.05a.0(2) console "misbehaving" on w2k

2002-01-08 Thread Greg Fenton
info.dwSize.X * info.dwSize.Y, coord, &dwTemp ); // Put the cursor back the 0,0 position SetConsoleCursorPosition( handle, coord ); } CloseHandle( handle ); } } Suggestions as to what might be causing this? Thank

Re: bash 2.05a.0(2) console "misbehaving" on w2k

2002-01-08 Thread Greg Fenton
"Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> wrote: > > > Sounds like something or someone reset your TERM variable. > $ echo $TERM cygwin That's the right value, correct? greg_fenton. = Greg Fenton [EMAIL PROTECTED]

Re: bash 2.05a.0(2) console "misbehaving" on w2k

2002-01-08 Thread Greg Fenton
had forgotten about it...sigh... Thanks for your help! greg_fenton. = Greg Fenton [EMAIL PROTECTED] __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- Unsubscribe info: http://cygwin.com/ml/#unsu

Re: bash 2.05a.0(2) console "misbehaving" on w2k

2002-01-09 Thread Greg Fenton
"Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> wrote: > > At 07:16 PM 1/8/2002, Greg Fenton wrote: > > > >Thanks Larry for your replies...you've uncovered my foolishness... > >I had added to the windows env a $CYGWIN setting when I last > up