fix console rescale issue

This commit is contained in:
alu
2026-08-07 10:59:36 -07:00
parent 31c409a94c
commit 691dba7687
8 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func NewSysDriver() (*SysDriver, error) {
}
func (r *SysDriver) Render(console *strings.Builder) error {
fmt.Fprint(console, "--- Clock Frequency ---\n")
fmt.Fprint(console, "--- Clock Frequency ---\033[K\n")
c, err := r.Read()
if err != nil {
return err