Workaround for what looks like an OS X-specific libedit issue
authorKate Stone <katherine.stone@apple.com>
Fri, 23 Jan 2015 01:06:10 +0000 (01:06 +0000)
committerKate Stone <katherine.stone@apple.com>
Fri, 23 Jan 2015 01:06:10 +0000 (01:06 +0000)
commit6d3dabc622237412ceb5ed2c06be8aa547c0c6b8
tree96bc42fe7ee3284cb10228763df81d5a165d2c03
parent7ca79f7f965b5e59a14b416ac4dd22b8cdceca85
Workaround for what looks like an OS X-specific libedit issue

Other platforms may benefit from something similar if issues arise.  The
libedit library doesn't explicitly initialize the curses termcap library,
which it gets away with until TERM is set to VT100 where it stumbles over
an implementation assumption that may not exist on other platforms.

<rdar://problem/17581929>

llvm-svn: 226891
lldb/source/Host/common/Editline.cpp