Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Tennie
haskeline
Commits
aa8cec55
Commit
aa8cec55
authored
Jan 21, 2019
by
Judah Jacobson
Browse files
Use more readline-like names: `{Reverse/Forward}SearchHistory`
parent
62482d5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
System/Console/Haskeline/Key.hs
View file @
aa8cec55
...
...
@@ -79,8 +79,8 @@ specialKeys = [("left",LeftKey)
,(
"tab"
,
KeyChar
'
\t
'
)
,(
"esc"
,
KeyChar
'
\ESC
'
)
,(
"escape"
,
KeyChar
'
\ESC
'
)
,(
"
search
reverse"
,
SearchReverse
)
,(
"
search
forward"
,
SearchForward
)
,(
"reverse
searchhistory
"
,
SearchReverse
)
,(
"forward
searchhistory
"
,
SearchForward
)
]
parseModifiers
::
[
String
]
->
BaseKey
->
Key
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment