Opened 5 years ago
Last modified 5 years ago
#16 new defect
console colors need to be padded to end of line
| Reported by: | hawke@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | FILO | Version: | |
| Keywords: | Cc: | ||
| Dependencies: | Patch Status: | there is no patch |
Description
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.
Attachments (0)
Change History (2)
comment:1 follow-up: ↓ 2 Changed 5 years ago by oxygene
comment:2 in reply to: ↑ 1 Changed 5 years ago by anonymous
Replying to 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.
Note: See
TracTickets for help on using
tickets.

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