1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-20 09:37:00 +00:00

SCP: Avoid seeking on attached sequential devices on non seekable files

As reported on #982
This commit is contained in:
Mark Pizzolato
2020-12-14 18:48:14 -08:00
parent c32b3ab054
commit 852c0bc1bc
5 changed files with 52 additions and 13 deletions

View File

@@ -122,6 +122,7 @@ t_stat sim_ttrun (void);
t_stat sim_ttcmd (void);
t_stat sim_ttclose (void);
t_bool sim_ttisatty (void);
t_bool sim_fd_isatty (int fd);
int32 sim_tt_inpcvt (int32 c, uint32 mode);
int32 sim_tt_outcvt (int32 c, uint32 mode);
t_stat sim_tt_set_mode (UNIT *uptr, int32 val, CONST char *cptr, void *desc);