Actions
Feature #6845
closedwscons should support reset fg/bg SGR sequences
Start date:
2016-03-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The VGA framebuffer terminal emulation driver (wscons) does not support a pair of commonly used control sequences. The following two sequences should be supported:
CSI 3 9 m
should reset the foreground colour to the defaultCSI 4 9 m
should reset the background colour to the default
These are somewhat similar in principle to the total attribute reset sequence CSI 0 m
, except that they only operate on either the foreground or the background attributes.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
git commit a6631734faac5336cd6374b6f15e0469e12d2ac5
commit a6631734faac5336cd6374b6f15e0469e12d2ac5 Author: Joshua M. Clulow <jmc@joyent.com> Date: 2016-04-07T17:04:31.000Z 6845 wscons should support reset fg/bg SGR sequences Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions