From f642e29564711778b464a11df3ead95c6841a6e3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 Feb 2009 12:25:07 +0100 Subject: tibtoa: Added graps format tokens --- bin/tibtoa | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/tibtoa b/bin/tibtoa index 59fb4a0..777e6f5 100755 --- a/bin/tibtoa +++ b/bin/tibtoa @@ -358,8 +358,27 @@ my $special = { 0x62 => {}, # FIXME window / finance bytes 0x63 => {}, - # FIXME graph format bytes - 0x7e => {}, + 0x7e => { + 0x00 => 'Sequential', + 0x01 => 'Simul', + 0x02 => 'PolarGC', + 0x03 => 'RectGC', + 0x04 => 'CoordOn', + 0x05 => 'CoordOff', + 0x06 => 'Connected', + 0x07 => 'Dot', + 0x08 => 'AxesOn', + 0x09 => 'AxesOff', + 0x0a => 'GridOn', + 0x0b => 'Gridoff', + 0x0c => 'LabelOn', + 0x0d => 'LabelOff', + 0x0e => 'Web', + 0x0f => 'Time', + 0x10 => 'uvAxes', + 0x11 => 'vwAxes', + 0x12 => 'uwAxes', + }, 0xaa => { 0x00 => 'Str1', 0x01 => 'Str2', -- cgit v1.2.3