Portability : Instead of using environment variable, you can use lua script to set ExtraPuTTY behavior
The saved sessions configuration box on PuTTY is very small. Only 6 sessions can be seen at a time. With ExtrapuTTY, this height may be resizable. To adjust the number of lines in the saved sessions configuration box, create/or set environment variable .
To do that you just have to create/or set environement variable ExtraPuTTY_BOXSIZE
(default value : AUTO) :
Possible values : - NORMAL : Display 7 saved sessions, - AUTO : Display all saved sessions (min 7, max 35), - DISPLAY_xy : Display xy sessions (with x = 1,2,3 , and y = 0,5) |