Perhaps it is thinking UTF16 and returning ‘q’ encoded in 16 bits? I saw strange things with windows wide chars ... :-)
Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens AG Mobility Division Rolling Stock Standardization, Remote Control, Display MO RS LM EN CCI SRD Werner-von-Siemens-Str. 67 91052 Erlangen, Deutschland Mobil: +49 173 5342327 mailto:[email protected] www.siemens.com/ingenuityforlife<https://siemens.com/ingenuityforlife> [www.siemens.com/ingenuityforlife] Von: Stefan via TortoiseSVN [mailto:[email protected]] Gesendet: Donnerstag, 24. Mai 2018 20:38 An: TortoiseSVN Betreff: Re: Bundled command-line tools hang after first character during interactive conflict resolution Can reproduce the problem. But I haven't figured out why this happens yet: for some reason, the _getch() API call returns always zero after every key typed. E.g. if you type 'q', then 'q' and '\0' is returned instead of just 'q'. That's why it gets stuck in an endless loop (_getch() returning zero should only happen for function and cursor keys according to the docs). So it might take me a while to figure this out... Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/107d993e-47e0-4c03-84ed-81d98ba437ec%40googlegroups.com<https://groups.google.com/d/msgid/tortoisesvn/107d993e-47e0-4c03-84ed-81d98ba437ec%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/1AE3002F400CE4498072DFDF74A843CC20F61AD4%40DEFTHW99EH3MSX.ww902.siemens.net. For more options, visit https://groups.google.com/d/optout.
