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

Do not alert() on invalid setattribute color byte #85

Open
wants to merge 1 commit into
base: v2.x/staging
Choose a base branch
from

Conversation

1000TurquoisePogs
Copy link
Member

zowe/zlux#1020 shows that terminals can request colors that are invalid. This triggers what appears to be a developer alert() which really should be a warn or debug message.
I've turned this into a log.debug message.
This file continues to be hard to edit and switching to https://github.com/TSTerminal/TSTerm would help.

Signed-off-by: 1000TurquoisePogs <[email protected]>
@Martin-Zeithaml
Copy link

The alert is not triggered, but:

  • The screen is frozen with X PROG 753 anyway
  • The rest of the panel after the wrong attribute is not displayed
    • As we already discussed in issue, QWS3270 or x3270 are ignoring invalid attribute and show the rest of the screen
    • Should be easy to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants