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
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
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
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"
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/
/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,
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
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
8 matches
Mail list logo