Zoya Samsonov

Results 31 comments of Zoya Samsonov

I think this bug report along with #85 arise from a misunderstanding of the feature and poor documentation in the --help and manpage, rather than from an actual bug in...

I just did as well. Seems to work fine (arch linux 5.9.12) ![image](https://user-images.githubusercontent.com/49727207/101358092-fd70aa80-385f-11eb-9a5a-6506444190d5.png) ![image](https://user-images.githubusercontent.com/49727207/101358123-06617c00-3860-11eb-8aeb-db823798ce95.png) @SuperSandro2000 Can you provide more details about your system? Do you have setfont, or consolechars (or...

@kneel23 I cannot speak for MacOS, but in Linux, applications generally cannot change a running terminal emulator's font. (specifically because there isn't really a standard for doing this, and often...

What error specifically, do you get?

Okay, I think it's something with the way the pre-compiler is operating, but I'm going to need you to answer some stuff so I can narrow it down: 1. Which...

Pardon me re 4. - it should be `#define HAVE_SETFONT /usr/bin/setfont` as it was set. It sounds like compiling from scratch fixed whichever particular issue was causing it to not...

Right. I've patched that install location in my [fork](https://github.com/space-pagan/cmatrix). Care to give it a try?

> > can confirm that your local fork works properly on my machine (fedora 32, 5.9.11-100.fc32.x86_64) > > the cmake build is broken though, it doesn't link ncursesw Well, I...

Turns out that the CMake configuration wasn't even searching for, nor defining `HAVE_SETFONT` or `HAVE_CONSOLECHARS`. I just pushed a fix on my local fork and would appreciate if I could...

@3n-k1 thank you for the feedback! The `-c` option (ticket #57) is actually unrelated to the `-l` setfont/consolechar stuff, but I'm still glad to know that it's working for you!...