Everywhere: Use SaphirNode

This commit is contained in:
Alec Murphy
2026-05-02 17:03:32 -04:00
parent c1bfc4ce81
commit 8b784fae0a
4 changed files with 352 additions and 54 deletions
+1
View File
@@ -25,6 +25,7 @@ CDoc* saphir_DocBorder(U64)
saphir.doc_cursor_state = 0;
}
task->win_bottom = MinI64(task->win_bottom, TEXT_ROWS - 3);
task->win_right = MinI64(task->win_right, TEXT_COLS - 2);
if (task != sys_focus_task) {
return NULL;
}