You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set gl_scrolling_mode to 0 in cligen to enable multiline commands.
now type type a command such that it fits in a single line.(eg: aa bb cc)
Then type a command which spans across multiple lines.(eg: any command that occupies atleast 2 lines on the cli terminal)
Then use the up arrow key twice and you will see data is no longer legible.
The text was updated successfully, but these errors were encountered:
sharmadeepak29
changed the title
Cligen history doen't work well with multi line coomands
Cligen history doen't work well with multi line commands
May 10, 2019
sharmadeepak29
changed the title
Cligen history doen't work well with multi line commands
Cligen history doesn't work well with multi line commands
May 10, 2019
To reproduce the issue follow below steps:-
set gl_scrolling_mode to 0 in cligen to enable multiline commands.
now type type a command such that it fits in a single line.(eg: aa bb cc)
Then type a command which spans across multiple lines.(eg: any command that occupies atleast 2 lines on the cli terminal)
Then use the up arrow key twice and you will see data is no longer legible.
The text was updated successfully, but these errors were encountered: