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

Thin text cursor #2364

Closed
bonjorno7 opened this issue Nov 21, 2023 · 6 comments · Fixed by #2373
Closed

Thin text cursor #2364

bonjorno7 opened this issue Nov 21, 2023 · 6 comments · Fixed by #2373

Comments

@bonjorno7
Copy link
Contributor

The 1-character thick text cursor is fine, but I still occasionally get confused by it, because I'm used to the modern thin line cursor.

@Skeptim
Copy link
Contributor

Skeptim commented Nov 21, 2023

You can customize this in the configuration file, look at https://github.com/nesbox/TIC-80/wiki/System-Configuration-Cartridge#sprites-and-sfx

@bonjorno7
Copy link
Contributor Author

bonjorno7 commented Nov 21, 2023

Which sprite or option specifically?
I can't seem to find it.
I should clarify I mean the text cursor, which is a rectangle that indicates where you are typing, not to be confused with the mouse cursor.

@Skeptim
Copy link
Contributor

Skeptim commented Nov 21, 2023

Oh, ok, I misunderstood!

@bonjorno7
Copy link
Contributor Author

Found the implementation in drawCursor in code.c and it's easy enough to change.
Still need to figure out how to add an option though, since I figure not everyone will want this.

@Skeptim
Copy link
Contributor

Skeptim commented Nov 21, 2023

Maybe that could inspire you for adding an option: #2355 🤷

@bonjorno7
Copy link
Contributor Author

That looks like exactly what I need, thanks!

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 a pull request may close this issue.

2 participants