#31747: SQLite3 + libedit: ESC + Backspace behaves wrong ------------------------------+------------------------ Reporter: elzhov@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: worksforme | Keywords: Port: libedit sqlite3 | ------------------------------+------------------------ Changes (by raimue@…): * status: new => closed * resolution: => worksforme Comment: I cannot reproduce the problem with sqlite3 @3.8.11.1_0 on OS X 10.10 Yosemite. ESC+Backspace deletes the word before the cursor, as expected. {{{ $ otool -L /opt/local/bin/sqlite3 /opt/local/bin/sqlite3: /opt/local/lib/libedit.0.dylib (compatibility version 1.0.0, current version 1.53.0) /opt/local/lib/libncurses.6.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) }}} -- Ticket URL: <https://trac.macports.org/ticket/31747#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X