Zoya Samsonov

Results 31 comments of Zoya Samsonov

Okay, great! I noticed the jumping issue as well. I'll look into why it's happening. The current code for generating the streams is actually really poorly written in my opinion,...

@3n-k1 well... that's because I've been fixing upstream's code... And you're correct that `-l` is only available in tty. Anyway, I think this is pretty much solved. I'll request that...

Documentation is being added. Intended behaviour is that `cmatrix -L` cannot be terminated from the terminal in which it was run. Use a different terminal or tty to kill it...

I was working on trying to fix this issue yesterday. The current japanese range is incorrect, as 0x3000-0x303f are Japanese punctuation characters, whereas the movie uses hiragana and katakana (0x3041-0x30ff),...

![image](https://user-images.githubusercontent.com/49727207/101341210-5b909400-3846-11eb-8e88-3b018cc2e7f9.png) Making progress, lads Getting some weird overlap, which will require a more intricate digging into the code than I have bothered to do so far. The film frame in...

Just noticed #112 which seems to implement a fix already... However, after cloning the repo linked in 112 and running it, I get something that looks like this: ![image](https://user-images.githubusercontent.com/49727207/101357376-f6956800-385e-11eb-9c89-b7088bdccc39.png) Compared...

@PensiveCynic I was thinking that as well. Would tie in well with #93 if I can get it working in a controlled manner

I know what was causing it - the use of japanese characters which took up more than one unicode char cell (not sure what the proper term for this is,...

I had originally used full-width when taking the screenshot, but then switched to half-width later on. I think that adding custom charset support at the same time as fixing this...

That should be fine. I don't remember what other changes I had made since I was working on fixing many things at once. If there's anything missing I'll add it...