Skip to content

Commit

Permalink
Strip trailing spaces [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 18, 2020
1 parent 01b6c52 commit 4f697bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/ansi.rb
Expand Up @@ -31,7 +31,7 @@ def self.win?
# urxvt / exoterm
[27, 91, 55, 126] => :ed_move_to_beg, # Home
[27, 91, 56, 126] => :ed_move_to_end, # End

# GNOME
[27, 79, 72] => :ed_move_to_beg, # Home
[27, 79, 70] => :ed_move_to_end, # End
Expand Down

0 comments on commit 4f697bc

Please sign in to comment.