Actions
Feature #14748
openloader: support for hiding the cursor on the console
Start date:
Due date:
% Done:
90%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Port following changes to loader:
13920 support for hiding the cursor on the console 13921 tem could support longer attribute chains
Add forth words
\ set cursor invisible or normal (civis/cnorm) : cursor-invisible ( -- ) [char] l ; : cursor-normal ( -- ) [char] h ; : cursor-set ( cursor-mode -- ) escc [char] ? emit 25 .# emit ;
So we can hide cursor while drawing menu.
Related issues
Updated by Toomas Soome 20 days ago
- Related to Bug #13920: support for hiding the cursor on the console added
Updated by Toomas Soome 20 days ago
- Related to Bug #13921: tem could support longer attribute chains added
Actions