RE: wscons patches for many ttys (0/8)

2018-12-26 Thread leo_tck
Haai, mark.kette...@xs4all.nl wrote: > Sorry, No need to apologize for sound technical decisions. > but I really don't see the point. That is your loss. Not that you need to see the point for *my* benefit, 'cause these patches are running like a charm here :) > If you really need that many > s

Re: wscons patches for many ttys (0/8)

2018-12-26 Thread Mark Kettenis
> Date: Tue, 25 Dec 2018 09:42:45 +0100 > From: > > This patch enables the specification of WSDISPLAY_MAXSCREEN as an option > in a config(8) file. Without, a multiple-definition error is thrown. > > This patch is expected to affect only the kernel, and then only at > config(8) time. Sorry, but

wscons patches for many ttys (0/8)

2018-12-25 Thread leo_tck
This patch enables the specification of WSDISPLAY_MAXSCREEN as an option in a config(8) file. Without, a multiple-definition error is thrown. This patch is expected to affect only the kernel, and then only at config(8) time. Index: src/sys/dev/wscons/wsdisplayvar.h ===