Re: Escape sequences & console

2001-03-05 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Simon Richter <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > From the source of the chvt program: > > if (ioctl(fd,VT_ACTIVATE,num)) { > perror("chvt: VT_ACTIVATE"); > exit(1); > } > if (ioctl(fd,VT_WAITACTIVE,n

Re: Escape sequences & console

2001-03-02 Thread Simon Richter
On Thu, 1 Mar 2001, Sébastien HINDERER wrote: > According to linux/drivers/console.c, function setterm_commands, case 12, > one can change the virtual console by sending an escape sequence to > /dev/cnsole (what I want to do), hower, this is not documented in man > pages. From the source of the

Re: Escape sequences & console

2001-03-01 Thread Guest section DW
On Thu, Mar 01, 2001 at 08:48:10PM -, Sébastien HINDERER wrote: > According to linux/drivers/console.c, function setterm_commands, case 12, > one can change the virtual console by sending an escape sequence to > /dev/cnsole (what I want to do), hower, this is not documented in man > pages. H

Re: Escape sequences & console

2001-03-01 Thread Guest section DW
On Thu, Mar 01, 2001 at 07:03:50PM -, Sébastien HINDERER wrote: > Could someone tell me where I can find a document listing the > escape-sequences that could be sent to the console and what > they do. man console_codes - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: Escape sequences & console

2001-03-01 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Simon Richter <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > On Thu, 1 Mar 2001, Sébastien HINDERER wrote: > > > Could someone tell me where I can find a document listing all the > > escape-sequences that could be sent to the console (/dev/

Re: Escape sequences & console

2001-03-01 Thread Sébastien HINDERER
/dev/console to switch tty? Thank you: Sébastien. -- > De : Simon Richter <[EMAIL PROTECTED]> > A : Sébastien HINDERER <[EMAIL PROTECTED]> > Cc : [EMAIL PROTECTED] > Objet : Re: Escape sequences & console > Date : jeudi 1 mars 2001 18:21 > > On Thu,

Re: Escape sequences & console

2001-03-01 Thread Simon Richter
On Thu, 1 Mar 2001, Sébastien HINDERER wrote: > Could someone tell me where I can find a document listing all the > escape-sequences that could be sent to the console (/dev/console) and what > they do. Please don't use those sequences directly, as not everyone has /dev/console on a vt. You can f

Escape sequences & console

2001-03-01 Thread Sébastien HINDERER
Hi all, Could someone tell me where I can find a document listing all the escape-sequences that could be sent to the console (/dev/console) and what they do. Thank you: Sébastien. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT