[net.notes] percentage in lower right corner

mclure@sri-unix (07/22/82)

No matter how deep I am into a note, the bottom right corner always
shows 0%.

	Stuart

essick (07/23/82)

#R:sri-unix:-223900:uiucdcs:23300003:004:388
uiucdcs!essick    Jul 23 10:49:00 1982

	The 0% comes from the fact that I did all of my development
work on a Vax, where int's are 32 bits.  If you look at the end
of the routine "showit" in module "dsply.c", you will find a printf
call that is supposed to show the percentage of the note done.
The control string calls for an int, but the variables used are
long's.  The solution is to cast the result to an int.

	Ray Essick