might need another variable in t_buff so we can keep the scroll level registered; then, checking if a specific window needs scroll (or has scroll available) and getting the key event to see if user wishes to process the hidden text.
this could lead to another idea that is unselecting windows - if we click on the selected window, we remove the selection and go back to the initial state. that way, some events that are shared between windows can occur (such as scrolls on all windows)
might need another variable in
t_buff
so we can keep the scroll level registered; then, checking if a specific window needs scroll (or has scroll available) and getting the key event to see if user wishes to process the hidden text.this could lead to another idea that is unselecting windows - if we click on the selected window, we remove the selection and go back to the initial state. that way, some events that are shared between windows can occur (such as scrolls on all windows)