startup: don't mark the buffer as modified when nothing was read
parent
56ce5f2ba8
commit
a71a2f9a0c
|
@ -1176,7 +1176,10 @@ bool scoop_stdin(void)
|
|||
|
||||
terminal_init();
|
||||
doupdate();
|
||||
|
||||
if (openfile->totsize > 0)
|
||||
set_modified();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue