superputty icon indicating copy to clipboard operation
superputty copied to clipboard

superputty doesn't consider font or column settings in putty session

Open mgrandi opened this issue 5 years ago • 1 comments

it seems that superputty doesn't really take into account the 'appearance' settings in a putty session, and as a result the font is huge with every putty tab i have open , unless i right click -> change settings and change it manually

this might be related to https://github.com/jimradford/superputty/issues/625

but the relevant registry keys in the registry that putty stores appearance info:

main key: Computer\HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\SESSION_NAME\

sub keys:

Font FontCharSet FontHeight FontIsBold FontQuality FontVTMode TermWidth TermHeight LockSize (when window is resized setting)

these should also probably be stored in the Sessions.XML file that superputty maintains

examples:

superputty after loading the sessions from putty:

2019-11-06 15_56_21

putty loading the same session itself:

2019-11-06 15_57_15

mgrandi avatar Nov 06 '19 22:11 mgrandi

also possibly related to https://github.com/jimradford/superputty/issues/368

mgrandi avatar Nov 07 '19 20:11 mgrandi