ewaters / altsql-shell

An easily extensible DBI shell, perfect for a drop-in replacement to mysql-client
http://ewaters.github.com/altsql-shell
123 stars 19 forks source link

Backspace with nothing before becomes delete #21

Open ewaters opened 12 years ago

ewaters commented 12 years ago

Non-intuitively, Term::Readline::Zoid makes the backspace key act like the delete key if there's no characters before the prompt.

supervacuo commented 12 years ago

On a similar note, Ctrl+<left/right arrow key> doesn't have the expected readline behaviour (i.e. skipping to the next / previous word); sometimes it's interpreted as "delete", sometimes nothing.