FYI, the UI is blocking because you're sleeping inside the callback. You can't do that. The UI needs the callback to return so that it can finish updating. If you want it to start creating windows at a regular interval, use something like g_timeout_seconds() inside the button callback, or just g_timeout() if you want a delay. The timer callback should call the spawn_window() function. Hope this helps.
@zoddi6668 сағат бұрын
Please keep posting these videos, they are golden!
@MrEniroxOfficial12 сағат бұрын
FIRST ! I really love your vids man ! Keep up :D Could you make a small video about how you setup you vim and tmux on windows? Thank you
@thecunningcreator667910 сағат бұрын
I think he is using wsl (windows subsystem for linux) which means you get a linux terminal os in Windows