SalHe Li

Results 4 comments of SalHe Li

Just use a new coordinate system which inverts x and y.(treat X as Y, Y as X, width as height, height as width)

> Cannot reproduce locally: > > ```shell > % cargo run --example minimal > > line1 > line2 > line3 > line4 > line5 > Line: line1 > line2 >...

It's a similar problem as #690 but without difference. #690 solved lines sent to pty, but didn't solve `rl.bind_sequence(KeyEvent(KeyCode::BracketedPasteStart, Modifiers::NONE), Cmd::Noop);`. https://github.com/kkawakam/rustyline/issues/480#issuecomment-759759109

> @SalHe could you please try #761 ? Or just [disable bracketed paster](https://docs.rs/rustyline/latest/rustyline/config/struct.Builder.html#method.bracketed_paste) Sorry for reply lately due to working stuff. I have tried the latest `rustyline` with feature `buffer-redux`...