Peter Pentchev <[EMAIL PROTECTED]> writes:
> Is there anything like Linux's /dev/vcs* in FreeBSD?  That is, some way
> to obtain the complete view of a virtual console - characters, attributes,
> everything?  The snoop device gives deltas, but never the complete
> picture, unless the program running on that console decides to redraw
> the whole thing.

It shouldn't be difficult to implement, unless you want the snapshot
to be consistent per-session - in which case you need to store a copy
of the vty buffer at the moment the device is opened, which I don't
think is possible in FreeBSD. Apart from that, the only ugliness is
the need to fondle syscons' privates.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to