toxic
toxic copied to clipboard
Resizing window
When resizing the terminal so that it shrinks/grows in the vertical direction the chat-window needs to be re-rendered. However, instead of taking the downmost line as a fixpoint it takes the upmost one, so after shrinking it down a bit i have to manually scroll down again / growing a bit i have to scroll manually. Changing this behaviour would be cool ^.^
Fixing this isn't really feasible because of how hacky the ncurses interface is. You can hit ctrl+h to jump to the bottom instead of scrolling though.
Closing due to inactivity