Open littlewhitecloud opened 1 year ago
What?
I mean we can add a highlight to the terminal widget.
Maybe an optional arg?
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.
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