⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

flush_row

Function flush_row 

Source
pub fn flush_row(logical_row: usize)
Expand description

Blit a single text row from back-buffer to MMIO and clear its dirty flag.

Use this for targeted updates (e.g., after echoing a keystroke) instead of flush(), which scans all rows.