Stone Tickle
Stone Tickle
By the way, it should be easier to implement now, as all the processing and rendering is completely isolated from the actual input. See [here](https://github.com/annacrombie/plot/blob/master/examples/simple.c) for an example of the...
This would be possible, but it would require a minor overhaul. The difference is mainly in what I originally designed plot designed for, which was to display as many datapoints...
An update on this issue. The problem is more difficult than I previously thought, since it requires resampling the data. I probably won't have time to look at it for...
If we don't care about supressing scan.c error output, then this PR can be made a good bit smaller.
By the way, it looks like 7dbfed9aeaa5a706f15fa5b74b5dbb509ce74b26 broke compilation on wayland-only systems. I fixed it by adding back in `LIBS += $(shell pkg-config --libs wayland-client)`. Edit: Even though that did...
Understandable. From my perspective though, I use linux with a tiling window manager only, no desktop environment. This means that most of the issues you mentioned are not actually issues...
I agree that this feature is better handled by tmux/screen/etc. The terminal emulator imo should _only_ emulate a terminal
I just checked and muon also deletes comments after a opening paren, e.g. ```meson a = ( # comment 1 ) ``` This is impossible handle with the strategy both...
After thinking a little bit harder about the problem, I think I came up with a decent solution for comment preservation in muon, and maybe you can use it too:...
It might also be a good idea to go ahead and format all the meson source files in this repo, and then add some CI to enforce that they stay...