Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

No, it works as expected because you have a single line break.

> Currently it replace only sequences, not every newline. Oh, I was wrong, it replaces every newline. And on your screenshot you have all newlines replaced with spaced in the...

Unfortunately, it won't work like this unless your pdf viewer fixes newlines by yourself.

> I temporary solved with this instruction. I think it's a good workaround, I'm not sure if Crow should modify the source at all.

Can confirm, happens only on Windows. This is because GUI applications on Windows detach from the console by default. Need to think about how to fix it.

> Just for the record, I tried every version as far back as 2.2.3 and this doesn't appear to have ever worked. Yes, sorry, just never used CLI on Windows....

I did some digging later and unfortunately this is not really a bug. Applications on Windows can't have GUI and CLI in a single executable. The OS needs to know...

> crow -t es hello | more Interesting workaround, works in `cmd` :) But the implementation described above is still wanted.

Yep! This is why wee need a workaround with `.com` like in other projects.

Will be hard to implement, because I do not know how to track selection changes in Windows (Linux have such ability).