-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question about background. #2
Comments
Could you explain further? What background are you referring to? |
SetBackgroundColor struct in crossterm. |
Okay I understand. The colors are set within the
|
However, depending on your program, the implementation might be slightly different. If you understand the principle I just gave, you'd be able to do it! |
Oh so i should create a new struct that will override "EditorContents" struct? |
Not necessarily a new one. You could simply modify it to suit your needs. |
@Kofituo , Hello i was trying to figure out how to set a background at exact position (like from (x1,y1) to (x10,y10) ) on screen, but i couldn't figure it out, so i thought about asking it here.
The text was updated successfully, but these errors were encountered: