diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-14 12:25:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-14 12:25:07 +0100 |
commit | f642e29564711778b464a11df3ead95c6841a6e3 (patch) | |
tree | 49627d64716a6b2264f57fca389e142ae80b6fbb /bin | |
parent | 3228bc5667709bf4eec4b874f899e2e5df389b72 (diff) |
tibtoa: Added graps format tokens
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tibtoa | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -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', |