Jacob points out that changing TICKSPERSEC in unix.h changed the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 8 Jan 2005 13:08:32 +0000 (13:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 8 Jan 2005 13:08:32 +0000 (13:08 +0000)
commit3c89f872139317ccbc498188941eb33723b2b34c
tree05d8a41daf7c8852eaef7646684a6e36c236fc74
parent6f64ce130842a47be060331c7c83de06c086c1ba
Jacob points out that changing TICKSPERSEC in unix.h changed the
meaning of BellOverload{T,S} in Unix saved sessions. Add a Unix-
specific backwards compatibility wart to settings.c to compensate.
Of course when I do the serious config format revamp, I will ensure
that no config item depends on internal #defines (these time
intervals will be specified as a floating-point number of seconds)
and this horror will be relegated to the old-config-compatibility
code.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5080 cda61777-01e9-0310-a592-d414129be87e
settings.c