Skip to content

Commit

Permalink
fixed #73
Browse files Browse the repository at this point in the history
  • Loading branch information
br0ns committed Aug 6, 2014
1 parent d45bfe1 commit b9649ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnlib/term/readline.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def kill_to_end(*_):
redisplay()

def delete_char_forward(*_):
global buffer_right
commit_search()
if buffer_right:
buffer_right = buffer_right[1:]
Expand Down

0 comments on commit b9649ea

Please sign in to comment.