/[groff]/groff/src/devices/grotty/tty.cpp
ViewVC logotype

Diff of /groff/src/devices/grotty/tty.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by wlemb, Mon Apr 19 06:17:43 2004 UTC revision 1.9 by wl, Thu Oct 7 11:50:17 2004 UTC
# Line 192  void glyph::operator delete(void *p) Line 192  void glyph::operator delete(void *p)
192    }    }
193  }  }
194    
195    int printer::round_width(int x)
196    {
197      return x;
198    }
199    
200  class tty_printer : public printer {  class tty_printer : public printer {
201    int is_utf8;    int is_utf8;
202    glyph **lines;    glyph **lines;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26