Alexander
Alexander
It looks like, egui lacks this widget. Looks like an interesting task to me. If no one is interested in implementing this, I can do it. @emilk is it ok?...
Anyway, you can see the example of how you can "emulate" TabControl with `SelectableLabel ` [here](https://github.com/emilk/egui/blob/master/egui_demo_lib/src/demo/plot_demo.rs#L890)
I've added a test for this feature and fixed the wrong struct length that was revealed by the test. I don't like the code duplication, but it seems to me...
Maybe you're getting a new timeout error, which is incorrectly labeled https://github.com/ajmwagar/merino/commit/7febf0efc071a07773d94fd3dd20b7ca75cb3ab8#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759R460
What client do you use to connect?
Did you compile merino from source? ``` git clone https://github.com/ajmwagar/merino cd merino cargo install --path . ```
Looks like this project is unfortunately abandoned (((
I've reproduced the issue on a `conhost.exe` with blue background and made a PR to change color scheme.
Hi, the problem is in the underlying crate `console`: https://github.com/console-rs/console/pull/182 I fixed that a few months later, but since then there have been no releases of the `console`. And then...
`clear` did not survived )