yanne / api-test

0 stars 0 forks source link

Terminal type, width and height are configurable also as library defaults #83

Closed yanne closed 10 years ago

yanne commented 10 years ago

Terminal type, width and height are currently configurable only per connection (giving them as arguments to Open Connection or later updating them with Set Client Configuration).

The library should allow defining these settings for all the upcoming connections as defaults (on library import or later with keyword Set Default Configuration). This behaviour is mostly for consistency with the other settings.

This issue was originally opened at Google Code on Sep 9, 2013.

yanne commented 10 years ago

Original comment by anssi.sy...@eficode.com on Sep 9, 2013.

This was done by commit https://code.google.com/p/robotframework-sshlibrary/source/detail?r=fd8eb56869ba87449d1b9f506065f57601a04014 (and the documentation was regenerated in https://code.google.com/p/robotframework-sshlibrary/source/detail?r=4c19d18a43bc8592b4da7a3c17ca74c1137d7632 ).

yanne commented 10 years ago

Original comment by pekka.klarck on Oct 23, 2013.

Looks good. I noticed that notes about these arguments being new in 1.2 had been added at some point too.