Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1356 → Rev 1357

/sved/trunk/sved.c
450,7 → 450,7
uidirty.from = 0;
uidirty.to = 0xff;
}
} else {
} else if (db->cursor->next != NULL) { /* jump to start of next line */
cursor_down(db);
cursor_home(db);
}