Skip to content

Commit

Permalink
Fixed bug where the delete key deletes the next character, instead of…
Browse files Browse the repository at this point in the history
… the previous character.
  • Loading branch information
mprudhom committed Nov 13, 2007
1 parent 48a2c2f commit 95730df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/jline/keybindings.properties
Expand Up @@ -59,4 +59,4 @@

# DELETE, CTRL-?: delete the previous character
# 127 is the ASCII code for delete
127: DELETE_NEXT_CHAR
127: DELETE_PREV_CHAR

0 comments on commit 95730df

Please sign in to comment.