clicon / cligen

CLIgen is a Command-Line Interface generator
http://www.cligen.se
Other
33 stars 37 forks source link

Ctlr R(reverse-i-search) adds additional character '[C' on pressing right arrow #74

Closed DeekshaBhandary closed 2 years ago

DeekshaBhandary commented 2 years ago

step 1 : execute a command in cli

supervisor@deeksha_jan28: op> show config set interface 

step 2 : press ctrl+r and type "set" and then press right arrow

supervisor@deeksha_jan28: op> show config [Cset interface

you can see that '[c' get added before 'set'

olofhagsand commented 2 years ago

Fix committed. Please verify

DeekshaBhandary commented 2 years ago

Issue is fixed.