Actions
Bug #13920
closedsupport for hiding the cursor on the console
Start date:
Due date:
% Done:
90%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Using the xterm-style sequences for "cnorm" and "civis" we should be able to show or hide the cursor on the console.
It turns out that I have an application which can benefit from this.
Related issues
Updated by Garrett D'Amore almost 2 years ago
- Category set to kernel
- Assignee set to Garrett D'Amore
- % Done changed from 0 to 90
Updated by Toomas Soome 12 months ago
- Related to Feature #14748: loader: support for hiding the cursor on the console added
Updated by Garrett D'Amore 12 months ago
- Related to Bug #13922: terminfo smso/bold fixups for sun-color 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>
Updated by Garrett D'Amore 12 months ago
- Status changed from Closed to New
- % Done changed from 100 to 90
We have been running with this change (combined with 13921 and 13922) in RackTop's shipping product for around a year. We have a text mode installer and configuration utility that makes significant use of these capabilties.
Actions