]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit7647f57dc43155606132afc75f354b99c41a899a
tree05d8a41daf7c8852eaef7646684a6e36c236fc74
parent550f7b37cb7dbe0dcd68d2ac2c3b529e643599b3
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.

[originally from svn r5080]
settings.c