-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
- [X ] I have read and understood docs/Issues.md.
Describe the bug
In 8a0439d the terminal width was bumped to 512 from 256. On my FS.COM/FSOS switch S3260-8T2FP Series Software, Version 2.2.0D Build 105461 however it seems that terminal width caps out at 256:
SW_config#terminal width ?
<0-256> Number of characters on a screen line(0 for no line wrap)
SW_config#terminal width 512
terminal width 512
^
Parameter out of range
This makes the switch use the default instead which is way to narrow and wraps e.g. tacacs keys.
@RayaneB75 Does your device support terminal width 0? If so I suggest that to disable wrapping altogether
Reactions are currently unavailable