Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1551 → Rev 1552

/sved/trunk/sved.c
1308,6 → 1308,7
}
line_free(clipboard->prev);
db->totlines -= 1;
db->modflag = 1;
uidirty.from = 0;
uidirty.to = 0xff;
recompute_curline(db);
1330,6 → 1331,7
clipboard->prev->prev = db->cursor;
db->cursor->next = clipboard->prev;
cursor_down(db);
db->modflag = 1;
}
uidirty.from = 0;
uidirty.to = 0xff;
/sved/trunk/sved.txt
70,6 → 70,7
 
2023.5 [xx Nov 2023]
- modified files can be saved at exit time with the space key
- fix: CTRL+X and CTRL+V were not marking the file as "modified"
- improved compatibility with DOS 2.x
 
2023.4 [27 Aug 2023]