mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 22:30:49 +00:00
asoft_presenter: add new presentation type
This commit is contained in:
parent
5abff35feb
commit
2f445de63b
@ -436,6 +436,11 @@ static void generate_slide(int num, int max, char*filename) {
|
||||
printf("%d TEXT:VTAB 1\n",line_num); line_num++;
|
||||
print_til_eof(fff,&line_num);
|
||||
}
|
||||
else if (strstr(type,"NOCHANGE")) {
|
||||
|
||||
printf("%d HOME:VTAB 21\n",line_num); line_num++;
|
||||
print_til_eof(fff,&line_num);
|
||||
}
|
||||
|
||||
fclose(fff);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user