Re: Re: Opendoors, C++ od_control Question
By: nelgin to All on Tue Jun 10 2025 01:19 pm
Have you tried setting char od_control.od_list_pause to false? The default 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.
Sysop: | RickV |
---|---|
Location: | Plymouth, MN |
Users: | 8 |
Nodes: | 10 (0 / 10) |
Uptime: | 06:58:46 |
Calls: | 108 |
Files: | 51 |
U/L today: |
51 files (359M bytes) |
D/L today: |
1 files (269K bytes) |
Messages: | 39,752 |