-
Notifications
You must be signed in to change notification settings - Fork 2
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
Highlight #34
Comments
What? |
I mean we can add a highlight to the terminal widget. |
Maybe an optional arg? |
Maybe... But I prefer to use it as default. |
An arg to turn it off then? I personally want to be able to use a terminal as similar to the one that comes natively to Mac as possible but I like your ideas a lot and want this to be able to be added and able to be turned off for those who don't want it. |
I mean: class Terminal(Frame):
"abab"
def __init__(self, abab, abab, abab, highlight: bool = True) # Default the highlight arg is true, but if you like, you can give false
--snip-- |
Fine, nvm, maybe we can put autohidescrollbar and highlight and other enhancements into an option to enable them. |
To some user, maybe they want to keep the terminal light. Or save memory. |
I personally want it as similar to the defaults you find on the average OS but allow more options as extras. |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Add highlight to the terminal widget, just like
Additional context
None
The text was updated successfully, but these errors were encountered: