1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-01 22:07:31 +00:00

SCP: Update SCP to current.

This commit is contained in:
Richard Cornwell
2020-06-03 21:46:23 -04:00
parent 39acb0fa86
commit 34b111bc2c
6 changed files with 21 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ int32 sim_tt_inpcvt (int32 c, uint32 mode);
int32 sim_tt_outcvt (int32 c, uint32 mode);
t_stat sim_tt_settabs (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
t_stat sim_tt_showtabs (FILE *st, UNIT *uptr, int32 val, CONST void *desc);
t_bool sim_is_remote_console_master_line (void *lp);
extern int32 sim_rem_cmd_active_line; /* command in progress on line # */