Keno / REPL.jl

Pure-julia REPL implementation
Other
3 stars 4 forks source link

multiline ctrl-A/E behavior #21

Closed StefanKarpinski closed 10 years ago

StefanKarpinski commented 10 years ago

This is a slight behavioral incompatibility which is up for debate. In the C REPL, the first time you do ctrl-A, in a multiline input, it sends you to the start of the current line; the second time it sends you to the beginning of the entire input. Likewise for ctrl-E. I rather like this behavior (no surprise since I implemented it), but thought I'd bring it up here.

Keno commented 10 years ago

Fixed.

StefanKarpinski commented 10 years ago

Thanks! Now it's perfect.