You can put the Amiga font code at the top of cl_paging.ans - Sysops can
decide on if they want to add this or not. If they do they will have to
return the following screen back to codepage font. The Topaz font is
a good choice. 

Make sure your next following ansi screen had the codepage font at the very top
like this: [0;0 D|CL

The Amiga font codes are in AMIGA-FONT-CODES.TXT

Page Animation notes
--------------------
For version 1.3 if you are using Amiga font code and not codepage ansi,
then change the lines below in cl_paging.mps and re compile because the ansi codepage will
look distorted. We instead will be using the > and * characters instead of
the ² and Û characters

Here is how that part will look if you use the Amiga font code

// Page Animation

procedure page_anima
begin

writeln(sysoppage_msg)
writeln(anibarbrac + '|[Y15|[X25[|[X56|08]') // brackets
writeln(anibarbg + '|[Y15|[X26|$D30>') // bg 
writeln(anibarfg + '|[Y15|[X26*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE*|DE')

end


Cheers - Hawk Hubbard