From konsole-devel Sat Jun 24 22:25:26 2006 From: Lars Doelle Date: Sat, 24 Jun 2006 22:25:26 +0000 To: konsole-devel Subject: [Konsole-devel] [Bug 107487] Please add the xterm-256 colour Message-Id: <20060624222526.19427.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=konsole-devel&m=115118793428755 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=107487 ------- Additional Comments From lars.doelle on-line de 2006-06-25 00:25 ------- Witek, All, find attached a patch along the lines of Witek's work and my previous reply. The patch introduces colour spaces to represent colours in screen now, thereby localising the necessary changes. Though the patch is relatively local and survived my testing, it is pretty intrusive and has the potential to break some of the rendition hacks, that i'm not aware of. The changes i find critical are all in TEWidget.C. In particular, I could make no sense off: image[i].c = 0xff; //' '; image[i].f = 0xff; //DEFAULT_FORE_COLOR; image[i].b = 0xff; //DEFAULT_BACK_COLOR; image[i].r = 0xff; //DEFAULT_RENDITION; so i reverted this one to the original code. -lars Created an attachment (id=16781) --> (http://bugs.kde.org/attachment.cgi?id=16781&action=view) colorspaces-001.patch _______________________________________________ konsole-devel mailing list konsole-devel@kde.org https://mail.kde.org/mailman/listinfo/konsole-devel