1 # wmcalc Configuration File
2 # Last Manual Update: 10/29/00
5 # * There must be a tab character '\t' between the variable name and
6 # the value, not a series of spaces.
7 # * wmcalc is case sensitive when reading these variables. Examine the
8 # wmcalc_g.h file for currently defined variables.
10 #Calculator Memory Locations
11 #Note: These must all exist, though they may be in any order
23 # The CalcStart variable is intended to allow the user to start a larger
24 # calculator for more complicated needs. Everything after the tab '\t'
25 # character is sent unmodified in a system() call, so anything you can type
26 # at the command prompt may be put here.
27 #CalcStart xterm -T "Basic Calculator" -e bc &
28 #CalcStart xterm -T "gnuplot" -sb -sl 500 -e gnuplot &
31 # The ImagChar variable allows the user to choose between 'i' and 'j' to
32 # represent the sqrt(-1). (Electrical Engineers (such as myself) use 'j'