Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHELL_DEFAULT_TERMINAL_WIDTH should be configurable in Kconfig #25246

Closed
czeslawmakarski opened this issue May 12, 2020 · 0 comments · Fixed by #25275
Closed

SHELL_DEFAULT_TERMINAL_WIDTH should be configurable in Kconfig #25246

czeslawmakarski opened this issue May 12, 2020 · 0 comments · Fixed by #25275
Assignees
Labels
area: Shell Shell subsystem Enhancement Changes/Updates/Additions to existing features

Comments

@czeslawmakarski
Copy link
Contributor

By default the shell subsystem wraps the output of the device by the SHELL_DEFAULT_TERMINAL_WIDTH, which has the value of 80. It is not acceptable in some cases, so this define should be available in Kconfig. One could set it to a desired large value to avoid wrapping the output (so no unnecessary characters are present).

@czeslawmakarski czeslawmakarski added the bug The issue is a bug, or the PR is fixing a bug label May 12, 2020
@nordic-krch nordic-krch self-assigned this May 12, 2020
@carlescufi carlescufi added area: Shell Shell subsystem Enhancement Changes/Updates/Additions to existing features and removed bug The issue is a bug, or the PR is fixing a bug labels May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Shell Shell subsystem Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants