mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-04-09 20:39:19 +00:00
Fixed bug in edit.c - incorrect screen update if EOL is first insertation
This commit is contained in:
parent
5aeb10cf0b
commit
567e1a55d9
@ -5,6 +5,7 @@
|
||||
|
||||
// Note use my fork of cc65 to get a flashing cursor!!
|
||||
|
||||
// TODO: BUG: Sometimes quit to email hangs ...
|
||||
// TODO: Improve status line, refresh it properly
|
||||
// TODO: Minor bug - can delete more chars from status line than should be able to
|
||||
// TODO: Should be smarter about redrawing when updating selection!!!
|
||||
@ -483,6 +484,7 @@ void draw_screen(void) {
|
||||
" File:NONE ");
|
||||
}
|
||||
|
||||
putchar(HOME);
|
||||
gotoxy(curscol, cursrow);
|
||||
cursor(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user