CLIM mail archive
[Prev][Next][Index][Thread]
Re: TAB inside draw-text
Date: Mon, 8 Nov 93 9:27:54 EST
From: chyde@BBN.COM
I'm drawing some text that has #\TABs in it. but, they don't show up
on screen, their width is zero. is there a special extra control one
has to provide to get this to have some width?
Both TAB and RETURN don't seem to be processed correctly.
They both seem to be treated the same as #\space.
If you use FORMAT to generate the string in the first place,
then you might be able to use ~T to work around it.
jeff
Follow-Ups:
Main Index |
Thread Index