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:
@@ -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 # */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user