Home
last modified time | relevance | path

Searched refs:NCKEY_RESIZE (Results 1 – 15 of 15) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dwhiteout.c591 }while(key != NCKEY_RESIZE); in whiteout_demo()
599 if(key == NCKEY_RESIZE){ in whiteout_demo()
602 }while(key == NCKEY_RESIZE); in whiteout_demo()
H A Dreel.c302 case NCKEY_RESIZE: notcurses_render(nc); break; in ncreel_demo_core()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_refresh.3.md30 perhaps not ready to render), and receives an **NCKEY_RESIZE** event (see
43 **NCKEY_RESIZE**. The latter is generated based upon receipt of the **SIGWINCH**
H A Dnotcurses_input.3.md130 ## **NCKEY_RESIZE**
134 **NCKEY_RESIZE** event. Upon receiving this event, the user may call
137 itself. If the **SIGWINCH** handler is inhibited, **NCKEY_RESIZE** is never
H A Dnotcurses_init.3.md146 for **SIGWINCH** and **SIGCONT**, resulting in **NCKEY_RESIZE** events
198 **NCKEY_RESIZE** input event (see **notcurses_input(3)**. This signal handler can be
215 * queuing of a **NCKEY_RESIZE** input event (if there is space in the queue)
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnckeys.h22 #define NCKEY_RESIZE preterunicode(1) // we received SIGWINCH macro
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DNCKey.hh12 static constexpr char32_t Resize = NCKEY_RESIZE;
/dports/devel/notcurses/notcurses-3.0.1/src/input/
H A Dinput.cpp36 case NCKEY_RESIZE: in nckeystr()
/dports/devel/notcurses/notcurses-3.0.1/doc/
H A DHACKING.md162 SIGWINCH manifests as `NCKEY_RESIZE`). The terminal is then resized to 100x100.
169 * `NCKEY_RESIZE` is read
/dports/devel/notcurses/notcurses-3.0.1/
H A DNEWS.md44 * `NCKEY_SIGNAL` is no longer a synonym for `NCKEY_RESIZE`, but instead
532 * Added `NCKEY_SIGNAL`. `NCKEY_RESIZE` is now an alias for `NCKEY_SIGNAL`.
1184 get an `NCKEY_RESIZE`, just call `notcurses_refresh()` (which now calls
H A DREADME.md358 <summary>My multithreaded program doesn't see <code>NCKEY_RESIZE</code> until
H A DUSAGE.md292 // NCKEY_RESIZE event has been read and you're not yet ready to render. The
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Din.c2078 .id = NCKEY_RESIZE,
/dports/audio/snd/snd-21.2/
H A Dnrepl.scm1400 (set! (keymap NCKEY_RESIZE) ; terminal window resized (not a key event)
H A Dnotcurses_s7.c3962 nc_int(NCKEY_RESIZE); in notcurses_s7_init()