Actions
Bug #13922
closedterminfo smso/bold fixups for sun-color
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
We support bold -- because we have bold fonts, and we also support reverse mode. The guidance is usually to use reverse video for smso (standout) mode -- this is good because we can do standout mode everywhere, but our ability to display bold is dependent upon having bold fonts loaded.
We should convert smso to use the reverse video sequence (\E7m), and we should expose bold directly.
Related issues
Updated by Garrett D'Amore 12 months ago
- Related to Bug #13920: support for hiding the cursor on the console added
Updated by Garrett D'Amore 12 months ago
- Related to Bug #13921: tem could support longer attribute chains added
Updated by Electric Monk 12 months ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit c43f6c5551067e7546f6e78df8e37d63bc255192
commit c43f6c5551067e7546f6e78df8e37d63bc255192 Author: Garrett D'Amore <garrett@damore.org> Date: 2022-06-16T17:56:13.000Z 13920 support for hiding the cursor on the console 13921 tem could support longer attribute chains 13922 terminfo smso/bold fixups for sun-color Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
Actions