Zoya Samsonov

Results 31 comments of Zoya Samsonov

I'll try to repro this in the next couple days and see if I can help you. Not getting this issue with alacritty, urxvt, or xterm on Arch (with dwm)

We've confirmed that this is an issue with cmake, which I am working on fixing. Since this is the same issue as #98, all future communication should occur in that...

FYI, this is being worked on (and is already complete in my [fork](https://github.com/space-pagan/cmatrix).)

Changing an assignment to a comparison isn't much of a fix, in my opinion. You're just avoiding the issue altogether.

@cubetastic33 > Basically, you add random binary, Can do that > randomize the font size, Absolutely cannot do that due to software limitations > and add some horizontal text as...

With the current implementation, there will never be more than one stream per column, and thus a stream will never outrace another stream in the same column. I'll be adding...

I'll be patching this out. It doesn't make sense for cmatrix to take in arguments past the ones defined.

This is most likely due to an issue in the cmake directive. If the anyone here would like to try building with ``` autoreconf -i ./configure make ``` and let...

Wonderful. I'm working on fixing the cmake to make it behave the same as autotools. Expect a patch soon.