#16: console colors need to be padded to end of line ------------------------------------+--------------------------------------- Reporter: hawke@hawkesnest.net | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: FILO | Version: Keywords: | Dependencies: Patchstatus: there is no patch | ------------------------------------+--------------------------------------- When the console color is specified, the background after a newline remains black. It should be space-padded, or changed in some other way so that the screen is entirely as specified.
#16: console colors need to be padded to end of line -------------------------------------+-------------------------------------- Reporter: hawke@hawkesnest.net | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: FILO | Version: Resolution: | Keywords: Dependencies: | Patchstatus: there is no patch -------------------------------------+--------------------------------------
Comment(by oxygene):
I can only reproduce this on scrolling.
color red/green invalid-command #(repeat until some scrolling happens)
for VGA, we could prefill newly created lines with the right color (though we have to store the default color combination somewhere)
for serial, I have no idea what to do
#16: console colors need to be padded to end of line -------------------------------------+-------------------------------------- Reporter: hawke@hawkesnest.net | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: FILO | Version: Resolution: | Keywords: Dependencies: | Patchstatus: there is no patch -------------------------------------+--------------------------------------
Comment(by anonymous):
Replying to [comment:1 oxygene]:
for serial, I have no idea what to do
Shouldn't be a problem until we have color on the serial interface. Which may well be never.