增加光标闪烁

This commit is contained in:
2026-04-11 18:32:52 +08:00
parent 32637ee60b
commit 3bcff3c829
3 changed files with 51 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ static void clks_task_kelfd(u64 tick) {
static void clks_task_usrd(u64 tick) {
clks_service_heartbeat(CLKS_SERVICE_USER, tick);
clks_userland_tick(tick);
clks_tty_tick(tick);
clks_shell_tick(tick);
}