8000 debugwithcoordinates hardcoded to true · Issue #15 · Open3270/Open3270 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

debugwithcoordinates hardcoded to true #15

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

Open
shootermcd opened this issue Oct 26, 2017 · 1 comment
Open

debugwithcoordinates hardcoded to true #15

shootermcd opened this issue Oct 26, 2017 · 1 comment

Comments

@shootermcd
Copy link

in TnXMLScreen.cs there's a variable on line 511
bool debugWithCoordinates = true;

This should be parametized to allow for it to be set to false

line
public void Dump(IAudit stream)

to
void Dump(IAudit stream, bool debugWithCoordinates = false);

refactoring of the method may need to be involved

@igitur
Copy link
Contributor
igitur commented Oct 26, 2017

Kindly submit a PR.

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

No branches or pull requests

2 participants
0