From: Petr V. <VAN...@vc...> - 2001-06-15 21:53:53
|
On 15 Jun 01 at 23:05, Martin Erhardsen wrote: > I have noticed two bugs in most fbcon implementations of putcs. > > They only use the colours of the first colour/character pair. > > They don't wrap correctly (like vga) at the end of the line. > > I am wondering why no one has noticed this before. Because of this is correct behavior. Upper layer passes data to putcs() so that end of line is not crossed and all characters have same color. If some console code passes buffer with different attributes or buffer which crosses end of line, then that console code is buggy. Best regards, Petr Vandrovec van...@vc... P.S.: James, if this is not in fbdev API doc, it definitely should. |