English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Config Box

Last modification : 2015/03/06 09:58

KiTTY web site



The saved sessions configuration box on PuTTY is very small. Only 6 sessions can be seen at a time. By default, in KiTTY this dialog box is increased to 21 lines. This height is resizable.

To adjust the number of lines in the saved sessions configuration box, add these two lines to the kitty.ini configuration file.
kitty.ini file
[ConfigBox]
height=21


To disable the automatic sessions name filter (that is the default behaviour) add this setting:
[ConfigBox]
filter=no
To modify the size of the configuration box window (for non standard dpi settings) just add this:
[ConfigBox]
windowheight=800


Back to home