Martin Dvorak

Results 194 comments of Martin Dvorak

Thank you for the comprehensive feedback - I really appreciate it! > ... how-to lines... I re-implemented screen rendering, therefore moving these lines w/o changing orientation should be much simpler...

I exactly know what you are writing about - I'm stuck with the default `hh` layout ;)

Stdin input detection: ``` if (isatty(0)) { fprintf(stderr, "input was not redirected\n"); exit(EXIT_FAILURE); } ``` Persist input as temp file and redirect HSTR to that file as it would be...

I think that you are right Hermann - once you start typing, the first row will be highlighted to indicate that this is what will be used on ENTER or...

Actually I just determined that there is inconsistent behavior (needs to be fixed): - ENTER - execute the first line - LEFT - open the first line in editor for...

@auwsom thank you for feature suggestion! Let me think about this feature (perhaps such lines should not be listed by default / it cloud be included w/ a settings and/or...

Let me do some experiments with Chinese - my language is **čeština** and it works nicely, however, it might be that I/you may need to use a different library. I...

Fixed by 04cee3c - will be released w/ 2.4.0