lukgad / elt

Automatically exported from code.google.com/p/elt
0 stars 0 forks source link

Backspace interpreted as Delete in some programs (JLine?) #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 
http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt
/sbt//0.12.3/sbt.deb on Ubuntu
2. Open Terminal view in eclipse
3. Run sbt
4. Begin typing
5. Press backspace
6. Press left arrow
7. Press backspace

What is the expected output? What do you see instead?
As generally happens when you press backspace, the character to the left of the 
cursor should be erased and the cursor should move to the left.
Instead it acts like Delete and the character under the cursor is deleted, 
moving following text (if any) to the left.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by naftoli...@gmail.com on 12 Jun 2013 at 6:31