Re: [Patch]: Ncurses frame drawing

2003-10-15 Thread Micha Nelissen
Pierre A. Humblet wrote: At 10:26 PM 10/14/2003 +0200, Micha Nelissen wrote: @@ -1110,6 +1117,12 @@ break; case 9:/* dim */ dev_state-intensity = INTENSITY_DIM; + break; + case 10: /* end alternate charset

Re: [Patch]: Ncurses frame drawing

2003-10-15 Thread Micha Nelissen
Corinna Vinschen wrote: On Wed, Oct 15, 2003 at 08:50:09AM +0200, Micha Nelissen wrote: Pierre A. Humblet wrote: FWIW, wouldn't it be cleaner to make alternate_charset_active a member of dev_state instead of introducing a new global variable? 1) that alternate_charset check which currently

Re: Unexpected output on ssh exit

2003-10-15 Thread Micha Nelissen
Larry Hall wrote: At 11:45 AM 10/15/2003, Corinna Vinschen you wrote: On Wed, Oct 15, 2003 at 11:31:50AM -0400, Larry Hall wrote: Actually, when we say please attach the cygcheck output, we want it *attached*, not enclosed. We also prefer 'cygcheck -srv'. Larry, it *is* attached. Not for me

Re: [Patch]: Ncurses frame drawing

2003-10-14 Thread Micha Nelissen
Corinna Vinschen wrote: On Mon, Oct 13, 2003 at 06:38:42PM +0200, Micha Nelissen wrote: Hi, Attached is a patch to enable correct ncurses frame drawing. It does so by implementing the escape sequence for 'start/end alternate charset'. This is code \E[11m and \E[10m respectively in the linux

Re: [Patch]: Ncurses frame drawing

2003-10-14 Thread Micha Nelissen
bool alternate_charset_active; UINT get_cp (); 2003-10-13 Micha Nelissen [EMAIL PROTECTED] * fhandler_console.cc (char_command): Add escape sequence for codepage ansi - oem switching for ncurses frame drawing capabilities. * dcrt0.cc: Add local variable

[Patch]: Ncurses frame drawing

2003-10-13 Thread Micha Nelissen
*/ + current_codepage = oem_cp; + break; case 24: dev_state-underline = FALSE; break; 2003-10-13 Micha Nelissen [EMAIL PROTECTED] * fhandler_console.cc (char_command): added escape sequence for codepage ansi - oem switching for ncurses frame drawing

Re: Can't build cygwin from CVS: configure error

2003-10-11 Thread Micha Nelissen
Hannu E K Nevalainen wrote: $ grep -n w32api make.log | grep -i configure 1673:running /bin/sh ./../../../winsup/w32api/configure --host=i686-pc-cygwin --build=i686-pc-cy gwin --with-newlib --enable-multilib --prefix=/install --enable-debug -v --p rogram-transform-name=s,y,y,

Re: Can't build cygwin from CVS: configure error

2003-10-11 Thread Micha Nelissen
Nelissen, M. wrote: This is exactly the same as mine! (Without the --enable-debug). So my configure script itself is broken? Could it be my version of autoconf/automake or outdated or broken? This was indeed the case. I ran cygwin setup again and did some messing with automake/autoconf. I

Re: Can't build cygwin from CVS: configure error

2003-10-11 Thread Micha Nelissen
Hannu E K Nevalainen wrote: I have restarted this and now I have other problems: /bin/sh ../src/mkinstalldirs i686-pc-cygwin/libiberty ; \ rm -f i686-pc-cygwin/libiberty/Makefile || : ; \ cp multilib.out i686-pc-cygwin/libiberty/multilib.out mkdir -p -- i686-pc-cygwin/libiberty Configuring in

Can't build cygwin from CVS: configure error

2003-10-10 Thread Micha Nelissen
Hi, Can somebody help me with this problem while making cygwin: output configuring in doc running /bin/sh ../../../../src/winsup/doc/configure --host=i686-pc-cygwin --build=i686-pc-cygwin --with-newlib --enable-multi lib --prefix=/home/s010609/src/cygwin/install --program-transform-name=s,y,y,

Re: Can't build cygwin from CVS: configure error

2003-10-10 Thread Micha Nelissen
Hannu E K Nevalainen wrote: From: Micha Nelissen Sent: Friday, October 10, 2003 2:58 PM May I guess that you did the same as I did, i.e. follow the instructions on cvs page... Then you need THIS information too: I used the How do I rebuild the tools on my NT box? instructions. I have installed

Re: Can't build cygwin from CVS: configure error

2003-10-10 Thread Micha Nelissen
Hannu E K Nevalainen wrote: Building the cvs version of the cygwin dll OOTB seems to be a no-no currently. $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/src $ cvs login passwd: anoncvs $ cvs -z3 co winsup To get the cvs /src level stuff (configure among other things) I did $ cvs -z3 co . and

Can't build cygwin from CVS: strsignal

2003-10-02 Thread Micha Nelissen
/output Can anybody give a hint? Thanks in advance, Micha Nelissen. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Console title

2003-06-14 Thread Micha Nelissen
Hi, This makes the set title go after the current title, instead of replacing it. You need to enable hardstatus support in termcap to be able to notice the difference. In particular the entries 'hs', 'fs', 'ts' and 'ds' are needed. See 'man screen'. You have offered no justification for