Re: A86: a cursor


[Prev][Next][Index][Thread]

Re: A86: a cursor




Thanks.  That's cool.  Do you know if there is a certain flag that
switches between variable-width and regular size fonts?

Kirk Meyer wrote:
> 
> if anybody wants a way to show a good cursor for the small (menu) font,
> here it is; you may depending on purpose want to push and pop AF:
> 
> set 1,(iy+5)
> set 3,(iy+5)
> ld a,' '
> call _vputmap
> res 3,(iy+5)
> res 1,(iy+5)
> 
> --
> 
> =====================================
> =                                   =
> =   Kirk Meyer (mailto:_@ibm.net)   =
> = http://www.bigfoot.com/~kirkmeyer =
> =                                   =
> =   "Set your affection on things   =
> =    above, not on things on the    =
> =      earth."  Colossians 3:2      =
> =                                   =
> =====================================


References: