Re: console question

2006-05-17 Thread Jeff Lange
-0400, Jeff Lange wrote: > well I've given up on that, now I'm hacking away at puttycyg to make > it do what I need it to do, like send out the correct high F keys, and > adding an argument to make it full screen on startup. =) > > Thanks, > -Jeff Do you use a 640x480

Re: console question

2006-05-16 Thread Jeff Lange
well I've given up on that, now I'm hacking away at puttycyg to make it do what I need it to do, like send out the correct high F keys, and adding an argument to make it full screen on startup. =) Thanks, -Jeff On 5/16/06, Samuel Thibault <[EMAIL PROTECTED]> wrote: Hi, Jeff

console question

2006-05-16 Thread Jeff Lange
I've come across an anomaly with the standard cygwin console regarding cursor advancement. If I have a console 80 chars wide, and echo the following text: ^[[H12345678901234567890123456789012345678901234567890123456789012345678901234567890^M I would expect to see the following output (a

High F-Keys

2006-05-15 Thread Jeff Lange
7;t implemented before). Can this get merged into the actual source tree? Thanks -Jeff Lange --- cygwin-1.5.19-4/winsup/cygwin/fhandler_console.cc 2006-01-16 12:14:35.0 -0500 +++ cygwin-1.5.19-4-JKL/winsup/cygwin/fhandler_console.cc 2006-05-15 15:26:44.914514300 -0400 @@ -1

Re: terminal escape codes

2006-05-09 Thread Jeff Lange
code correctly? This is a bug is it not? -Jeff On 5/8/06, Andrew DeFaria <[EMAIL PROTECTED]> wrote: Igor Peshansky wrote: > On Fri, 5 May 2006, Andrew DeFaria wrote: >> Jeff Lange wrote: >>> While that does work, It unfortunately isn't an acceptable solution >>

Re: terminal escape codes

2006-05-05 Thread Jeff Lange
While that does work, It unfortunately isn't an acceptable solution for me. I really need to be running this from a plain text console. Any other ideas? Thanks. -Jeff On 5/5/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: Jeff Lange wrote: > Hi, > I have a program tha

terminal escape codes

2006-05-05 Thread Jeff Lange
Hi, I have a program that will connect to another host via telnet and work like a terminal emulator. This works fine in Linux, but under cygwin, when the host sends out the vt220 command (B cygwin apparently doesn't know how to handle this escape code, and it ends up displaying the B on the scr

Re: making .bat to launch .exe and .sh

2006-04-18 Thread Jeff Lange
I use a bat file that looks like this: @echo off c: chdir c:\cygwin\bin bash --login -i -c /script.sh -Jeff On 4/18/06, gohans <[EMAIL PROTECTED]> wrote: > > hello, > > i was wondering if it was possible to make a .bat file that could launch > .exe and .sh files, on wi

Re: XP embedded

2006-04-12 Thread Jeff Lange
-Jeff On 4/12/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Apr 11 14:22, Jeff Lange wrote: > > Hi all, > > While searching though the mail list archives, I found a posting > > back on March 9th asking about XP Embedded SP2 and the error > >

XP embedded

2006-04-11 Thread Jeff Lange
Hi all, While searching though the mail list archives, I found a posting back on March 9th asking about XP Embedded SP2 and the error "/dev/null: No such file or directory". Everyone blasted the poster for running a really old version of Cygwin. Well I'm running into the exact same problem, exc