1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00
Simon Tatham 1378bb049a Switch some Conf settings over to being bool.
I think this is the full set of things that ought logically to be
boolean.

One annoyance is that quite a few radio-button controls in config.c
address Conf fields that are now bool rather than int, which means
that the shared handler function can't just access them all with
conf_{get,set}_int. Rather than back out the rigorous separation of
int and bool in conf.c itself, I've just added a similar alternative
handler function for the bool-typed ones.
2018-11-03 13:45:00 +00:00
..
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-09-19 23:08:07 +01:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00