]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Jacob points out that changing TICKSPERSEC in unix.h changed the
authorSimon Tatham <anakin@pobox.com>
Sat, 8 Jan 2005 13:08:32 +0000 (13:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 8 Jan 2005 13:08:32 +0000 (13:08 +0000)
commitfe7d48e374a5362f252f46a9f859331c59e749d0
tree05d8a41daf7c8852eaef7646684a6e36c236fc74
parent7348ab75b815c7d4dbabff2456c66129e5dd185c
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: http://svn.tartarus.org/sgt/putty@5080 cda61777-01e9-0310-a592-d414129be87e
settings.c