I\'ve been trying to use Zsh within my emacs session, without emacs remapping all the Zsh keys. I found ansi-term works pretty well for this but, I\'m still having some problems
I figured it out. It was an emacs config problem. This bit of elisp in my .emacs was causing it:
(custom-set-variables '(fringe-mode nil nil (fringe)) '(fringes-outside-margins t t))
Thanks for the help.