Subj : Re: Opendoors, C++ od_control Question
To : nelgin
From : Basis
Date : Tue Jun 10 2025 08:11 pm
Re: Re: Opendoors, C++ od_control Question
By: nelgin to All on Tue Jun 10 2025 01:19 pm
ne> Have you tried setting char od_control.od_list_pause to false? The default
ne> is true which lets the user pause the output. This may go along with char
I tried changing that to a 1 and a 0, and I still get the prompt.
Codefenix gave a suggestion to set the screen lenghth prior to the file display. If you set this to a large enough value, it'll go through animated ansis as well as longer scrolling ones.
Anyways, in case it helps someone in the future:
int screen_len_before_change = od_control.user_screen_length;
od_control.user_screen_length = 200;
then set back:
od_control.user_screen_length = screen_len_before_change;
I'm not sure if this is the intended use for some of this, but it solves the problem.
Thanks for your help.
Convolution BBS - Convolution.us