summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-02-14 12:25:07 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-02-14 12:25:07 +0100
commitf642e29564711778b464a11df3ead95c6841a6e3 (patch)
tree49627d64716a6b2264f57fca389e142ae80b6fbb
parent3228bc5667709bf4eec4b874f899e2e5df389b72 (diff)
tibtoa: Added graps format tokens
-rwxr-xr-xbin/tibtoa23
1 files changed, 21 insertions, 2 deletions
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',