bracket-lib icon indicating copy to clipboard operation
bracket-lib copied to clipboard

`hello_minimal` exampe crashes with `cross_term` backend enabled (vscode integrated terminal)

Open fadeevab opened this issue 2 years ago • 0 comments

How to reproduce:

cargo run --example hello_minimal --no-default-features --features cross_term

Panic:

thread 'main' panicked at 'index out of bounds: the len is 1920 but the index is 6272', bracket-terminal/src/hal/crossterm_be/main_loop.rs:229:25

Env: VSCode integrated terminal

fadeevab avatar Aug 17 '23 12:08 fadeevab