lem-project / lem

Common Lisp editor/IDE with high expansibility
http://lem-project.github.io/
MIT License
2.29k stars 165 forks source link

Resizing crashes or silently kills windows #123

Open stacksmith opened 6 years ago

stacksmith commented 6 years ago

Unmodified windows disappear silently!

1) Start lem in ncurses or xcb and split the window a few times. 2) Resize UI window using the mouse to a smaller size, until some windows are obscured; 3) Resize UI window back to former size. Some windows are gone!

Modified windows cause a crash!

1) Start lem in ncurses or xcb and split the window a few times. 2) Go to the rightmost window, load a file, and modify text; 3) Resize UI until rightmost window is hidden. Lem crashes.

Sasanidas commented 1 year ago

Does this issue still happens in Lem (2.0 or main branch)? (ping @stacksmith )

Thanks!

vindarel commented 4 months ago

I reproduce the crash, after I resized the terminal to a very, very, very small window.

I didn't reproduce the first description.