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

Fix last character in ASCII selection. #68

Merged
merged 3 commits into from
Nov 29, 2021
Merged

Conversation

audetto
Copy link
Contributor

@audetto audetto commented Oct 28, 2021

Without this the last character is not selected
-space for hex
-but more importantly the last ascii too

#63

Signed-off-by: Andrea Odetti [email protected]

The argument n is a "size" rather than a "last element".

Without this the last character is not selected
-space for hex
-but more importantly the last ascii too

Dax89#63

Signed-off-by: Andrea Odetti <[email protected]>
@audetto audetto changed the title The argument n is a "size" rather than a "last element". Fix last character in ASCII selection. Oct 30, 2021
@Dax89 Dax89 merged commit b3c0e4a into Dax89:master Nov 29, 2021
@Dax89
Copy link
Owner

Dax89 commented Nov 29, 2021

Merged, thanks!

Be aware that I'm doing (in my free time) a partial rewrite of this widget which make code easier to extend and maintain.

@audetto
Copy link
Contributor Author

audetto commented Nov 29, 2021

Can we see it?

@Dax89
Copy link
Owner

Dax89 commented Nov 29, 2021

Currently is in early stage, not much too see.
I'm just able to render data as bytes/word/dwords and so on dynamically, keyboard and mouse inputs are not working (yet).

When it's almost usable I will commit it in a separate branch so I doesn't break the master one and it can be tested.

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

Successfully merging this pull request may close these issues.

2 participants