Joey Geralnik af3df301ad Fix colorama/readline collision
Using autoreset=True in colorama's init function, causes it to wrap
stdin.
This is problematic because readline also messes with stdin, and
causes readline to stop working.

The solution is to simply not use autoreset=True, and then (at least
on non-windows platforms) stdin will not be wrapped
2015-03-21 21:42:15 +02:00
2013-04-13 22:23:56 +02:00
2015-03-21 21:42:15 +02:00
2013-12-14 22:32:47 +01:00
2013-12-29 19:54:28 +01:00
S
Description
Automated archival mirror of github.com/frida/frida-python
Readme 2.3 MiB
Languages
C 65.2%
Python 33.5%
Meson 0.7%
Batchfile 0.4%
Makefile 0.2%