Date: Mon, 18 Sep 1995 19:08:02 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: hackers@freebsd.org Subject: SYSCONS PROBLEM IDENTIFIED Message-ID: <199509190208.TAA09038@phaeton.artisoft.com>
next in thread | raw e-mail | index | archive | help
About a week ago, someone was complaining that when an attribute bit was set and you cleared the screen, that the whole screen went to that attribute. Well, the problem is that the attribute state implys a fg/bg color state change; in reality, the fg/bg color state should be kept seperate from the attribute state, even if it implies a color state change. That is, the clear sreen/area/character operations on a console should take the color into account as if the attributes were at state 0 instead of using the altered color table. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509190208.TAA09038>
