DESC
Fix a typo in ansi.c: the "rewind" wrapper should be named "jrewind"
EDESC

There's a typo in ansi.c, where the wrapper for rewind() is called frewind()
instead of jrewind(). Fix it.

