dreais / SimpleGui

Library using ncurses to build fast and light GUI, in C.
http://rudreais.com
MIT License
2 stars 0 forks source link

[buffers-action] scrolling ideas #16

Open dreais opened 4 years ago

dreais commented 4 years ago

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)

dreais commented 4 years ago

note - we should be able to change keybindings (of all functions, if necessary)