makeworld
makeworld
For example, v1.7.0 is about to be released. It changes `preformatted_text` to a light yellow by default, so if you didn't explicitly set that value it will now look different....
@crdpa Okay, thanks for letting me know. I've updated the theme for the subscription modal using those values. This can be seen in d710085. I'll try and maintain the Dracula...
@crdpa Hmm, an include key could be a good idea. Maybe like this: ```toml [theme] include = "path/to/file.toml" # Other keys will override the theme ``` Or were you thinking...
Thanks for reporting! This is likely an upstream bug with cview or tcell. In the `cview-update` branch I have updated both those dependencies. Could you unzip and run this binary...
I have opened https://github.com/gdamore/tcell/issues/428 to ask about this. As this is an upstream issue, this will remain open and unfixed until I understand the issue better, and likely until someone...
@gdamore Thanks for responding, I understand the value in sticking to simple features. Do you have suggestions for what cview could do to mitigate this while waiting for the possible...
I opened [this](https://gitlab.com/tslocum/cview/-/issues/56) cview issue to notify @tslocum about this. @gdamore Any ideas about how to fix this?
@GoodClover could you confirm something? Does scrolling with the mouse work normally? Like without font size changes or window resizes like you mention. When you scroll with the mouse on...
Ok, I believe I understand the issue then, as I explain [here](https://gitlab.com/tslocum/cview/-/issues/56#note_539435991). I will work with the cview dev towards a fix. The actual issue is that scrolling is broken...
I'm not entirely sure if what they're doing can be labelled as a bug. If I can fix it on my end I will.