On Tue 2015-12-15 (09:19), Ulli Horlacher wrote:

>   while msvcrt.kbhit():
>     c = msvcrt.getch()
>     if c == '\n' or c == '\r': break
>     paste += c

I tried it with msvcrt.getwch(): same result, returns ASCII only :-(

-- 
Ullrich Horlacher              Server und Virtualisierung
Rechenzentrum IZUS/TIK         E-Mail: horlac...@tik.uni-stuttgart.de
Universitaet Stuttgart         Tel:    ++49-711-68565868
Allmandring 30a                Fax:    ++49-711-682357
70550 Stuttgart (Germany)      WWW:    http://www.tik.uni-stuttgart.de/
REF:<20151215081915.gb29...@rus.uni-stuttgart.de>
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to