Home
last modified time | relevance | path

Searched defs:terminal_resized (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/nagcon/nagcon-0.0.32/
H A Dnc.cpp58 int terminal_resized = 0; variable
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Deditor.c25 static volatile sig_atomic_t terminal_resized; variable
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/curses/
H A Dux_init.c59 volatile sig_atomic_t terminal_resized = 0; variable
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstate.h48 bool terminal_resized; // True if the term was resized and we need to member
/dports/emulators/sameboy/SameBoy-0.14.7/SDL/
H A Dconsole.c199 static void terminal_resized(int ignored) in terminal_resized() function