On Mon, Jul 28, 2003 at 04:00:03PM -0400, Richard B. Johnson wrote:
> I have experimentally determined that I can turn off
> the automatic screen blanking with the following escape
> sequence.
>
> const char blk[]={27, '[', '9', ';', '0', ']', 0};
> main()
> {
> printf(blk);
> }
>
> I need to know what the appropriate ioctl() is to do this
The variable blankinterval is static in console.c.
No, no ioctl, just the escape sequence. (2.4.21)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:37 EST