MCPcopy Create free account
hub / github.com/Entware/Entware / end_dialog

Function end_dialog

scripts/config/lxdialog/util.c:341–347  ·  view source on GitHub ↗

* End using dialog functions. */

Source from the content-addressed store, hash-verified

339 * End using dialog functions.
340 */
341void end_dialog(int x, int y)
342{
343 /* move cursor back to original position */
344 move(y, x);
345 refresh();
346 endwin();
347}
348
349/* Print the title of the dialog. Center the title and truncate
350 * tile if wider than dialog (- 2 chars).

Callers 1

handle_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected