Strip trailing spaces [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-08-18 20:09:57 +09:00
parent 01b6c520f5
commit 4f697bcf73
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -31,7 +31,7 @@ class Reline::ANSI
# 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