You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently not possible to does both SpanBuffer and Input in the same class, as both inherit from Terminal::Widgets::Widget. But I would like to do so in my in progress RichText widget. I'm currently experimenting with not having Input be a TW::Widget, but haven't gotten it working yet.
The text was updated successfully, but these errors were encountered:
Oh, hmm. Yeah, I probably would have hit that relatively soon myself. Hmmm, I wonder if ising one of the roles (and thus inheriting from its pun class) would be a good enough workaround for now?
I tried that already. Both can't be punned as both have a stub method. I did succeed yesterday in making Input not inherit Widget anymore though. (I simply pushed the is Widget down to the Doers of Input.)
It's currently not possible to
does
bothSpanBuffer
andInput
in the same class, as both inherit fromTerminal::Widgets::Widget
. But I would like to do so in my in progressRichText
widget. I'm currently experimenting with not havingInput
be aTW::Widget
, but haven't gotten it working yet.The text was updated successfully, but these errors were encountered: