On Mon, Nov 11, 2013 at 02:52:21PM -0700, Kyle Wheeler wrote: > > That sounds like you have your TERM environment variable set > incorrectly for iTerm2. I'm not sure what the right TERM setting is, > but if you're currently using something like "vt100", you might be > able to fix it by setting your TERM to "xterm".
Thanks, Kyle. That is indeed what it turned out to be. I had added some frame sizing code to my .emacs, but forgot to conditionalize it for the case of running on a terminal (emulator). Also, when I upgraded my Mac to Mavericks, it negated my X11 installation, so the `resize` command I had been calling to set the dimensions was gone. > You should also be able to fix it by pressing ctrl-L - that forces a > terminal clear and redraw. I did try that, but that wasn't working either, presumably because of the incorrect dimensions in TERM. Seems to be working now. Thanks! -pd