Subject: Re: Getting active console
To: NetBSD Technical Kernel list <tech-kern@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 05/28/2002 21:00:43
> The mouse daemon would do the following to paste text using this
> feature:
> 1. Use WSDISPLAY_GETACTIVENO to get active console number.
> 2. Open /dev/ttyE?, where ? is the value returned before.

Which will fail, since it's already open - or am I missing something?

Martin