Added code to do something more sane when trying to print tabs
commit2b36577f5634ff99e919773c4e34aa2e39dbce51
authorAles Hvezda <ahvezda@seul.org>
Sun, 28 Sep 2008 18:09:50 +0000 (28 14:09 -0400)
committerAles Hvezda <ahvezda@seul.org>
Sun, 28 Sep 2008 19:35:44 +0000 (28 15:35 -0400)
treeb0a5e53a0606a118861d227154d76f045623d203
parentfa9ee5f3a5776cda1df419457864c0e51d8585b4
Added code to do something more sane when trying to print tabs

Previously if a tab character was encountered in a text string, the
postscript output code would output a Y with a dot on top.  This is
clearly not a tab character.  The patch adds explict handling of the tab
character to output 8 spaces instead.  Not perfect, but better behavior
than before.
gschem/tests/alignment.sch
libgeda/src/o_text_basic.c