1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

REMOTE_CONSOLE: Avoid rate limiting output to remote console sessions

As discussed in #865
This commit is contained in:
Mark Pizzolato
2020-06-02 12:06:18 -07:00
parent 52c1b5416f
commit e1a6a997eb
3 changed files with 10 additions and 1 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 # */