cmd2 icon indicating copy to clipboard operation
cmd2 copied to clipboard

readline history is fragmented when using multiline commands

Open kOchirasu opened this issue 1 year ago • 0 comments

When you use a multiline command, the readline history stores each line of the multiline command as an individual entry. The entire multiline command should instead be accessible as a single entry.

This specifically affects readline history (up arrow, ctrl+r) and does not affect the history command.

kOchirasu avatar Mar 14 '24 00:03 kOchirasu