Lines Matching full:3

2 .\" $OpenBSD: curses.3,v 1.6 2023/10/17 09:52:08 nicm Exp $
33 .\" $Id: curses.3,v 1.6 2023/10/17 09:52:08 nicm Exp $
35 .TH ncurses 3 2023-08-19 "ncurses 6.4" "Library calls"
105 That is normally done with \fBsetlocale\fP(3):
120 The routine \fBendwin\fP(3) must be called before exiting.
150 the \fBpanel\fP(3) library.
167 After using routines to manipulate a window, \fBrefresh\fP(3) is called,
178 See \fBcurs_pad\fP(3) for more information.
266 .RS 3
298 The \fBsetcchar\fP(3) and \fBgetcchar\fP(3)
331 COLOR_PAIR/\fBcurs_color\fP(3)
332 PAIR_NUMBER/\fBcurs_attr\fP(3)
333 add_wch/\fBcurs_add_wch\fP(3)
334 add_wchnstr/\fBcurs_add_wchstr\fP(3)
335 add_wchstr/\fBcurs_add_wchstr\fP(3)
336 addch/\fBcurs_addch\fP(3)
337 addchnstr/\fBcurs_addchstr\fP(3)
338 addchstr/\fBcurs_addchstr\fP(3)
339 addnstr/\fBcurs_addstr\fP(3)
340 addnwstr/\fBcurs_addwstr\fP(3)
341 addstr/\fBcurs_addstr\fP(3)
342 addwstr/\fBcurs_addwstr\fP(3)
343 alloc_pair/\fBnew_pair\fP(3)*
344 assume_default_colors/\fBdefault_colors\fP(3)*
345 attr_get/\fBcurs_attr\fP(3)
346 attr_off/\fBcurs_attr\fP(3)
347 attr_on/\fBcurs_attr\fP(3)
348 attr_set/\fBcurs_attr\fP(3)
349 attroff/\fBcurs_attr\fP(3)
350 attron/\fBcurs_attr\fP(3)
351 attrset/\fBcurs_attr\fP(3)
352 baudrate/\fBcurs_termattrs\fP(3)
353 beep/\fBcurs_beep\fP(3)
354 bkgd/\fBcurs_bkgd\fP(3)
355 bkgdset/\fBcurs_bkgd\fP(3)
356 bkgrnd/\fBcurs_bkgrnd\fP(3)
357 bkgrndset/\fBcurs_bkgrnd\fP(3)
358 border/\fBcurs_border\fP(3)
359 border_set/\fBcurs_border_set\fP(3)
360 box/\fBcurs_border\fP(3)
361 box_set/\fBcurs_border_set\fP(3)
362 can_change_color/\fBcurs_color\fP(3)
363 cbreak/\fBcurs_inopts\fP(3)
364 chgat/\fBcurs_attr\fP(3)
365 clear/\fBcurs_clear\fP(3)
366 clearok/\fBcurs_outopts\fP(3)
367 clrtobot/\fBcurs_clear\fP(3)
368 clrtoeol/\fBcurs_clear\fP(3)
369 color_content/\fBcurs_color\fP(3)
370 color_set/\fBcurs_attr\fP(3)
371 copywin/\fBcurs_overlay\fP(3)
372 curs_set/\fBcurs_kernel\fP(3)
373 curses_trace/\fBcurs_trace\fP(3)*
374 curses_version/\fBcurs_extend\fP(3)*
375 def_prog_mode/\fBcurs_kernel\fP(3)
376 def_shell_mode/\fBcurs_kernel\fP(3)
377 define_key/\fBdefine_key\fP(3)*
378 del_curterm/\fBterminfo\fP(3)
379 delay_output/\fBcurs_util\fP(3)
380 delch/\fBcurs_delch\fP(3)
381 deleteln/\fBcurs_deleteln\fP(3)
382 delscreen/\fBcurs_initscr\fP(3)
383 delwin/\fBcurs_window\fP(3)
384 derwin/\fBcurs_window\fP(3)
385 doupdate/\fBcurs_refresh\fP(3)
386 dupwin/\fBcurs_window\fP(3)
387 echo/\fBcurs_inopts\fP(3)
388 echo_wchar/\fBcurs_add_wch\fP(3)
389 echochar/\fBcurs_addch\fP(3)
390 endwin/\fBcurs_initscr\fP(3)
391 erase/\fBcurs_clear\fP(3)
392 erasechar/\fBcurs_termattrs\fP(3)
393 erasewchar/\fBcurs_termattrs\fP(3)
394 exit_curses/\fBcurs_memleaks\fP(3)*
395 exit_terminfo/\fBcurs_memleaks\fP(3)*
396 extended_color_content/\fBcurs_color\fP(3)*
397 extended_pair_content/\fBcurs_color\fP(3)*
398 extended_slk_color/\fBcurs_slk\fP(3)*
399 filter/\fBcurs_util\fP(3)
400 find_pair/\fBnew_pair\fP(3)*
401 flash/\fBcurs_beep\fP(3)
402 flushinp/\fBcurs_util\fP(3)
403 free_pair/\fBnew_pair\fP(3)*
404 get_wch/\fBcurs_get_wch\fP(3)
405 get_wstr/\fBcurs_get_wstr\fP(3)
406 getattrs/\fBcurs_attr\fP(3)
407 getbegx/\fBcurs_legacy\fP(3)*
408 getbegy/\fBcurs_legacy\fP(3)*
409 getbegyx/\fBcurs_getyx\fP(3)
410 getbkgd/\fBcurs_bkgd\fP(3)
411 getbkgrnd/\fBcurs_bkgrnd\fP(3)
412 getcchar/\fBcurs_getcchar\fP(3)
413 getch/\fBcurs_getch\fP(3)
414 getcurx/\fBcurs_legacy\fP(3)*
415 getcury/\fBcurs_legacy\fP(3)*
416 getmaxx/\fBcurs_legacy\fP(3)*
417 getmaxy/\fBcurs_legacy\fP(3)*
418 getmaxyx/\fBcurs_getyx\fP(3)
419 getmouse/\fBcurs_mouse\fP(3)*
420 getn_wstr/\fBcurs_get_wstr\fP(3)
421 getnstr/\fBcurs_getstr\fP(3)
422 getparx/\fBcurs_legacy\fP(3)*
423 getpary/\fBcurs_legacy\fP(3)*
424 getparyx/\fBcurs_getyx\fP(3)
425 getstr/\fBcurs_getstr\fP(3)
426 getsyx/\fBcurs_kernel\fP(3)
427 getwin/\fBcurs_util\fP(3)
428 getyx/\fBcurs_getyx\fP(3)
429 halfdelay/\fBcurs_inopts\fP(3)
430 has_colors/\fBcurs_color\fP(3)
431 has_ic/\fBcurs_termattrs\fP(3)
432 has_il/\fBcurs_termattrs\fP(3)
433 has_key/\fBcurs_getch\fP(3)*
434 has_mouse/\fBcurs_mouse\fP(3)*
435 hline/\fBcurs_border\fP(3)
436 hline_set/\fBcurs_border_set\fP(3)
437 idcok/\fBcurs_outopts\fP(3)
438 idlok/\fBcurs_outopts\fP(3)
439 immedok/\fBcurs_outopts\fP(3)
440 in_wch/\fBcurs_in_wch\fP(3)
441 in_wchnstr/\fBcurs_in_wchstr\fP(3)
442 in_wchstr/\fBcurs_in_wchstr\fP(3)
443 inch/\fBcurs_inch\fP(3)
444 inchnstr/\fBcurs_inchstr\fP(3)
445 inchstr/\fBcurs_inchstr\fP(3)
446 init_color/\fBcurs_color\fP(3)
447 init_extended_color/\fBcurs_color\fP(3)*
448 init_extended_pair/\fBcurs_color\fP(3)*
449 init_pair/\fBcurs_color\fP(3)
450 initscr/\fBcurs_initscr\fP(3)
451 innstr/\fBcurs_instr\fP(3)
452 innwstr/\fBcurs_inwstr\fP(3)
453 ins_nwstr/\fBcurs_ins_wstr\fP(3)
454 ins_wch/\fBcurs_ins_wch\fP(3)
455 ins_wstr/\fBcurs_ins_wstr\fP(3)
456 insch/\fBcurs_insch\fP(3)
457 insdelln/\fBcurs_deleteln\fP(3)
458 insertln/\fBcurs_deleteln\fP(3)
459 insnstr/\fBcurs_insstr\fP(3)
460 insstr/\fBcurs_insstr\fP(3)
461 instr/\fBcurs_instr\fP(3)
462 intrflush/\fBcurs_inopts\fP(3)
463 inwstr/\fBcurs_inwstr\fP(3)
464 is_cbreak/\fBcurs_inopts\fP(3)*
465 is_cleared/\fBcurs_opaque\fP(3)*
466 is_echo/\fBcurs_inopts\fP(3)*
467 is_idcok/\fBcurs_opaque\fP(3)*
468 is_idlok/\fBcurs_opaque\fP(3)*
469 is_immedok/\fBcurs_opaque\fP(3)*
470 is_keypad/\fBcurs_opaque\fP(3)*
471 is_leaveok/\fBcurs_opaque\fP(3)*
472 is_linetouched/\fBcurs_touch\fP(3)
473 is_nl/\fBcurs_inopts\fP(3)*
474 is_nodelay/\fBcurs_opaque\fP(3)*
475 is_notimeout/\fBcurs_opaque\fP(3)*
476 is_pad/\fBcurs_opaque\fP(3)*
477 is_raw/\fBcurs_inopts\fP(3)*
478 is_scrollok/\fBcurs_opaque\fP(3)*
479 is_subwin/\fBcurs_opaque\fP(3)*
480 is_syncok/\fBcurs_opaque\fP(3)*
481 is_term_resized/\fBresizeterm\fP(3)*
482 is_wintouched/\fBcurs_touch\fP(3)
483 isendwin/\fBcurs_initscr\fP(3)
484 key_defined/\fBkey_defined\fP(3)*
485 key_name/\fBcurs_util\fP(3)
486 keybound/\fBkeybound\fP(3)*
487 keyname/\fBcurs_util\fP(3)
488 keyok/\fBkeyok\fP(3)*
489 keypad/\fBcurs_inopts\fP(3)
490 killchar/\fBcurs_termattrs\fP(3)
491 killwchar/\fBcurs_termattrs\fP(3)
492 leaveok/\fBcurs_outopts\fP(3)
493 longname/\fBcurs_termattrs\fP(3)
494 mcprint/\fBcurs_print\fP(3)*
495 meta/\fBcurs_inopts\fP(3)
496 mouse_trafo/\fBcurs_mouse\fP(3)*
497 mouseinterval/\fBcurs_mouse\fP(3)*
498 mousemask/\fBcurs_mouse\fP(3)*
499 move/\fBcurs_move\fP(3)
500 mvadd_wch/\fBcurs_add_wch\fP(3)
501 mvadd_wchnstr/\fBcurs_add_wchstr\fP(3)
502 mvadd_wchstr/\fBcurs_add_wchstr\fP(3)
503 mvaddch/\fBcurs_addch\fP(3)
504 mvaddchnstr/\fBcurs_addchstr\fP(3)
505 mvaddchstr/\fBcurs_addchstr\fP(3)
506 mvaddnstr/\fBcurs_addstr\fP(3)
507 mvaddnwstr/\fBcurs_addwstr\fP(3)
508 mvaddstr/\fBcurs_addstr\fP(3)
509 mvaddwstr/\fBcurs_addwstr\fP(3)
510 mvchgat/\fBcurs_attr\fP(3)
511 mvcur/\fBterminfo\fP(3)
512 mvdelch/\fBcurs_delch\fP(3)
513 mvderwin/\fBcurs_window\fP(3)
514 mvget_wch/\fBcurs_get_wch\fP(3)
515 mvget_wstr/\fBcurs_get_wstr\fP(3)
516 mvgetch/\fBcurs_getch\fP(3)
517 mvgetn_wstr/\fBcurs_get_wstr\fP(3)
518 mvgetnstr/\fBcurs_getstr\fP(3)
519 mvgetstr/\fBcurs_getstr\fP(3)
520 mvhline/\fBcurs_border\fP(3)
521 mvhline_set/\fBcurs_border_set\fP(3)
522 mvin_wch/\fBcurs_in_wch\fP(3)
523 mvin_wchnstr/\fBcurs_in_wchstr\fP(3)
524 mvin_wchstr/\fBcurs_in_wchstr\fP(3)
525 mvinch/\fBcurs_inch\fP(3)
526 mvinchnstr/\fBcurs_inchstr\fP(3)
527 mvinchstr/\fBcurs_inchstr\fP(3)
528 mvinnstr/\fBcurs_instr\fP(3)
529 mvinnwstr/\fBcurs_inwstr\fP(3)
530 mvins_nwstr/\fBcurs_ins_wstr\fP(3)
531 mvins_wch/\fBcurs_ins_wch\fP(3)
532 mvins_wstr/\fBcurs_ins_wstr\fP(3)
533 mvinsch/\fBcurs_insch\fP(3)
534 mvinsnstr/\fBcurs_insstr\fP(3)
535 mvinsstr/\fBcurs_insstr\fP(3)
536 mvinstr/\fBcurs_instr\fP(3)
537 mvinwstr/\fBcurs_inwstr\fP(3)
538 mvprintw/\fBcurs_printw\fP(3)
539 mvscanw/\fBcurs_scanw\fP(3)
540 mvvline/\fBcurs_border\fP(3)
541 mvvline_set/\fBcurs_border_set\fP(3)
542 mvwadd_wch/\fBcurs_add_wch\fP(3)
543 mvwadd_wchnstr/\fBcurs_add_wchstr\fP(3)
544 mvwadd_wchstr/\fBcurs_add_wchstr\fP(3)
545 mvwaddch/\fBcurs_addch\fP(3)
546 mvwaddchnstr/\fBcurs_addchstr\fP(3)
547 mvwaddchstr/\fBcurs_addchstr\fP(3)
548 mvwaddnstr/\fBcurs_addstr\fP(3)
549 mvwaddnwstr/\fBcurs_addwstr\fP(3)
550 mvwaddstr/\fBcurs_addstr\fP(3)
551 mvwaddwstr/\fBcurs_addwstr\fP(3)
552 mvwchgat/\fBcurs_attr\fP(3)
553 mvwdelch/\fBcurs_delch\fP(3)
554 mvwget_wch/\fBcurs_get_wch\fP(3)
555 mvwget_wstr/\fBcurs_get_wstr\fP(3)
556 mvwgetch/\fBcurs_getch\fP(3)
557 mvwgetn_wstr/\fBcurs_get_wstr\fP(3)
558 mvwgetnstr/\fBcurs_getstr\fP(3)
559 mvwgetstr/\fBcurs_getstr\fP(3)
560 mvwhline/\fBcurs_border\fP(3)
561 mvwhline_set/\fBcurs_border_set\fP(3)
562 mvwin/\fBcurs_window\fP(3)
563 mvwin_wch/\fBcurs_in_wch\fP(3)
564 mvwin_wchnstr/\fBcurs_in_wchstr\fP(3)
565 mvwin_wchstr/\fBcurs_in_wchstr\fP(3)
566 mvwinch/\fBcurs_inch\fP(3)
567 mvwinchnstr/\fBcurs_inchstr\fP(3)
568 mvwinchstr/\fBcurs_inchstr\fP(3)
569 mvwinnstr/\fBcurs_instr\fP(3)
570 mvwinnwstr/\fBcurs_inwstr\fP(3)
571 mvwins_nwstr/\fBcurs_ins_wstr\fP(3)
572 mvwins_wch/\fBcurs_ins_wch\fP(3)
573 mvwins_wstr/\fBcurs_ins_wstr\fP(3)
574 mvwinsch/\fBcurs_insch\fP(3)
575 mvwinsnstr/\fBcurs_insstr\fP(3)
576 mvwinsstr/\fBcurs_insstr\fP(3)
577 mvwinstr/\fBcurs_instr\fP(3)
578 mvwinwstr/\fBcurs_inwstr\fP(3)
579 mvwprintw/\fBcurs_printw\fP(3)
580 mvwscanw/\fBcurs_scanw\fP(3)
581 mvwvline/\fBcurs_border\fP(3)
582 mvwvline_set/\fBcurs_border_set\fP(3)
583 napms/\fBcurs_kernel\fP(3)
584 newpad/\fBcurs_pad\fP(3)
585 newterm/\fBcurs_initscr\fP(3)
586 newwin/\fBcurs_window\fP(3)
587 nl/\fBcurs_inopts\fP(3)
588 nocbreak/\fBcurs_inopts\fP(3)
589 nodelay/\fBcurs_inopts\fP(3)
590 noecho/\fBcurs_inopts\fP(3)
591 nofilter/\fBcurs_util\fP(3)*
592 nonl/\fBcurs_inopts\fP(3)
593 noqiflush/\fBcurs_inopts\fP(3)
594 noraw/\fBcurs_inopts\fP(3)
595 notimeout/\fBcurs_inopts\fP(3)
596 overlay/\fBcurs_overlay\fP(3)
597 overwrite/\fBcurs_overlay\fP(3)
598 pair_content/\fBcurs_color\fP(3)
599 pecho_wchar/\fBcurs_pad\fP(3)*
600 pechochar/\fBcurs_pad\fP(3)
601 pnoutrefresh/\fBcurs_pad\fP(3)
602 prefresh/\fBcurs_pad\fP(3)
603 printw/\fBcurs_printw\fP(3)
604 putp/\fBterminfo\fP(3)
605 putwin/\fBcurs_util\fP(3)
606 qiflush/\fBcurs_inopts\fP(3)
607 raw/\fBcurs_inopts\fP(3)
608 redrawwin/\fBcurs_refresh\fP(3)
609 refresh/\fBcurs_refresh\fP(3)
610 reset_color_pairs/\fBcurs_color\fP(3)*
611 reset_prog_mode/\fBcurs_kernel\fP(3)
612 reset_shell_mode/\fBcurs_kernel\fP(3)
613 resetty/\fBcurs_kernel\fP(3)
614 resize_term/\fBresizeterm\fP(3)*
615 resizeterm/\fBresizeterm\fP(3)*
616 restartterm/\fBterminfo\fP(3)
617 ripoffline/\fBcurs_kernel\fP(3)
618 savetty/\fBcurs_kernel\fP(3)
619 scanw/\fBcurs_scanw\fP(3)
620 scr_dump/\fBcurs_scr_dump\fP(3)
621 scr_init/\fBcurs_scr_dump\fP(3)
622 scr_restore/\fBcurs_scr_dump\fP(3)
623 scr_set/\fBcurs_scr_dump\fP(3)
624 scrl/\fBcurs_scroll\fP(3)
625 scroll/\fBcurs_scroll\fP(3)
626 scrollok/\fBcurs_outopts\fP(3)
627 set_curterm/\fBterminfo\fP(3)
628 set_term/\fBcurs_initscr\fP(3)
629 setcchar/\fBcurs_getcchar\fP(3)
630 setscrreg/\fBcurs_outopts\fP(3)
631 setsyx/\fBcurs_kernel\fP(3)
632 setupterm/\fBterminfo\fP(3)
633 slk_attr/\fBcurs_slk\fP(3)*
634 slk_attr_off/\fBcurs_slk\fP(3)
635 slk_attr_on/\fBcurs_slk\fP(3)
636 slk_attr_set/\fBcurs_slk\fP(3)
637 slk_attroff/\fBcurs_slk\fP(3)
638 slk_attron/\fBcurs_slk\fP(3)
639 slk_attrset/\fBcurs_slk\fP(3)
640 slk_clear/\fBcurs_slk\fP(3)
641 slk_color/\fBcurs_slk\fP(3)
642 slk_init/\fBcurs_slk\fP(3)
643 slk_label/\fBcurs_slk\fP(3)
644 slk_noutrefresh/\fBcurs_slk\fP(3)
645 slk_refresh/\fBcurs_slk\fP(3)
646 slk_restore/\fBcurs_slk\fP(3)
647 slk_set/\fBcurs_slk\fP(3)
648 slk_touch/\fBcurs_slk\fP(3)
649 slk_wset/\fBcurs_slk\fP(3)*
650 standend/\fBcurs_attr\fP(3)
651 standout/\fBcurs_attr\fP(3)
652 start_color/\fBcurs_color\fP(3)
653 subpad/\fBcurs_pad\fP(3)
654 subwin/\fBcurs_window\fP(3)
655 syncok/\fBcurs_window\fP(3)
656 term_attrs/\fBcurs_termattrs\fP(3)
657 termattrs/\fBcurs_termattrs\fP(3)
658 termname/\fBcurs_termattrs\fP(3)
659 tgetent/\fBtermcap\fP(3)
660 tgetflag/\fBtermcap\fP(3)
661 tgetnum/\fBtermcap\fP(3)
662 tgetstr/\fBtermcap\fP(3)
663 tgoto/\fBtermcap\fP(3)
664 tigetflag/\fBterminfo\fP(3)
665 tigetnum/\fBterminfo\fP(3)
666 tigetstr/\fBterminfo\fP(3)
667 timeout/\fBcurs_inopts\fP(3)
668 tiparm/\fBterminfo\fP(3)*
669 tiparm_s/\fBterminfo\fP(3)*
670 tiscan_s/\fBterminfo\fP(3)*
671 touchline/\fBcurs_touch\fP(3)
672 touchwin/\fBcurs_touch\fP(3)
673 tparm/\fBterminfo\fP(3)
674 tputs/\fBtermcap\fP(3)
675 tputs/\fBterminfo\fP(3)
676 trace/\fBcurs_trace\fP(3)*
677 typeahead/\fBcurs_inopts\fP(3)
678 unctrl/\fBcurs_util\fP(3)
679 unget_wch/\fBcurs_get_wch\fP(3)
680 ungetch/\fBcurs_getch\fP(3)
681 ungetmouse/\fBcurs_mouse\fP(3)*
682 untouchwin/\fBcurs_touch\fP(3)
683 use_default_colors/\fBdefault_colors\fP(3)*
684 use_env/\fBcurs_util\fP(3)
685 use_extended_names/\fBcurs_extend\fP(3)*
686 use_legacy_coding/\fBlegacy_coding\fP(3)*
687 use_tioctl/\fBcurs_util\fP(3)*
688 vid_attr/\fBterminfo\fP(3)
689 vid_puts/\fBterminfo\fP(3)
690 vidattr/\fBterminfo\fP(3)
691 vidputs/\fBterminfo\fP(3)
692 vline/\fBcurs_border\fP(3)
693 vline_set/\fBcurs_border_set\fP(3)
694 vw_printw/\fBcurs_printw\fP(3)
695 vw_scanw/\fBcurs_scanw\fP(3)
696 vwprintw/\fBcurs_printw\fP(3)
697 vwscanw/\fBcurs_scanw\fP(3)
698 wadd_wch/\fBcurs_add_wch\fP(3)
699 wadd_wchnstr/\fBcurs_add_wchstr\fP(3)
700 wadd_wchstr/\fBcurs_add_wchstr\fP(3)
701 waddch/\fBcurs_addch\fP(3)
702 waddchnstr/\fBcurs_addchstr\fP(3)
703 waddchstr/\fBcurs_addchstr\fP(3)
704 waddnstr/\fBcurs_addstr\fP(3)
705 waddnwstr/\fBcurs_addwstr\fP(3)
706 waddstr/\fBcurs_addstr\fP(3)
707 waddwstr/\fBcurs_addwstr\fP(3)
708 wattr_get/\fBcurs_attr\fP(3)
709 wattr_off/\fBcurs_attr\fP(3)
710 wattr_on/\fBcurs_attr\fP(3)
711 wattr_set/\fBcurs_attr\fP(3)
712 wattroff/\fBcurs_attr\fP(3)
713 wattron/\fBcurs_attr\fP(3)
714 wattrset/\fBcurs_attr\fP(3)
715 wbkgd/\fBcurs_bkgd\fP(3)
716 wbkgdset/\fBcurs_bkgd\fP(3)
717 wbkgrnd/\fBcurs_bkgrnd\fP(3)
718 wbkgrndset/\fBcurs_bkgrnd\fP(3)
719 wborder/\fBcurs_border\fP(3)
720 wborder_set/\fBcurs_border_set\fP(3)
721 wchgat/\fBcurs_attr\fP(3)
722 wclear/\fBcurs_clear\fP(3)
723 wclrtobot/\fBcurs_clear\fP(3)
724 wclrtoeol/\fBcurs_clear\fP(3)
725 wcolor_set/\fBcurs_attr\fP(3)
726 wcursyncup/\fBcurs_window\fP(3)
727 wdelch/\fBcurs_delch\fP(3)
728 wdeleteln/\fBcurs_deleteln\fP(3)
729 wecho_wchar/\fBcurs_add_wch\fP(3)
730 wechochar/\fBcurs_addch\fP(3)
731 wenclose/\fBcurs_mouse\fP(3)*
732 werase/\fBcurs_clear\fP(3)
733 wget_wch/\fBcurs_get_wch\fP(3)
734 wget_wstr/\fBcurs_get_wstr\fP(3)
735 wgetbkgrnd/\fBcurs_bkgrnd\fP(3)
736 wgetch/\fBcurs_getch\fP(3)
737 wgetdelay/\fBcurs_opaque\fP(3)*
738 wgetn_wstr/\fBcurs_get_wstr\fP(3)
739 wgetnstr/\fBcurs_getstr\fP(3)
740 wgetparent/\fBcurs_opaque\fP(3)*
741 wgetscrreg/\fBcurs_opaque\fP(3)*
742 wgetstr/\fBcurs_getstr\fP(3)
743 whline/\fBcurs_border\fP(3)
744 whline_set/\fBcurs_border_set\fP(3)
745 win_wch/\fBcurs_in_wch\fP(3)
746 win_wchnstr/\fBcurs_in_wchstr\fP(3)
747 win_wchstr/\fBcurs_in_wchstr\fP(3)
748 winch/\fBcurs_inch\fP(3)
749 winchnstr/\fBcurs_inchstr\fP(3)
750 winchstr/\fBcurs_inchstr\fP(3)
751 winnstr/\fBcurs_instr\fP(3)
752 winnwstr/\fBcurs_inwstr\fP(3)
753 wins_nwstr/\fBcurs_ins_wstr\fP(3)
754 wins_wch/\fBcurs_ins_wch\fP(3)
755 wins_wstr/\fBcurs_ins_wstr\fP(3)
756 winsch/\fBcurs_insch\fP(3)
757 winsdelln/\fBcurs_deleteln\fP(3)
758 winsertln/\fBcurs_deleteln\fP(3)
759 winsnstr/\fBcurs_insstr\fP(3)
760 winsstr/\fBcurs_insstr\fP(3)
761 winstr/\fBcurs_instr\fP(3)
762 winwstr/\fBcurs_inwstr\fP(3)
763 wmouse_trafo/\fBcurs_mouse\fP(3)*
764 wmove/\fBcurs_move\fP(3)
765 wnoutrefresh/\fBcurs_refresh\fP(3)
766 wprintw/\fBcurs_printw\fP(3)
767 wredrawln/\fBcurs_refresh\fP(3)
768 wrefresh/\fBcurs_refresh\fP(3)
769 wresize/\fBwresize\fP(3)*
770 wscanw/\fBcurs_scanw\fP(3)
771 wscrl/\fBcurs_scroll\fP(3)
772 wsetscrreg/\fBcurs_outopts\fP(3)
773 wstandend/\fBcurs_attr\fP(3)
774 wstandout/\fBcurs_attr\fP(3)
775 wsyncdown/\fBcurs_window\fP(3)
776 wsyncup/\fBcurs_window\fP(3)
777 wtimeout/\fBcurs_inopts\fP(3)
778 wtouchln/\fBcurs_touch\fP(3)
779 wunctrl/\fBcurs_util\fP(3)
780 wvline/\fBcurs_border\fP(3)
781 wvline_set/\fBcurs_border_set\fP(3)
786 .RS 3
788 \fBcurs_memleaks\fP(3) - curses memory-leak checking
790 \fBcurs_sp_funcs\fP(3) - curses screen-pointer extension
792 \fBcurs_threads\fP(3) - curses thread support
794 \fBcurs_trace\fP(3) - curses debugging routines
904 OS/2 numbers a 3-button mouse inconsistently from other
911 3 = middle.
915 The variable must be three numeric digits 1\-3 in any order, e.g., 123 or 321.
920 (see \fBdefault_colors\fP(3)).
988 .RS 3
1040 .RS 3
1070 See \fBcurs_trace\fP(3) for more information.
1150 .RS 3
1163 .RS 3
1303 \fBcurs_extend\fP(3) \- miscellaneous curses extensions
1305 \fBcurs_inopts\fP(3) \- \fBcurses\fP input options
1307 \fBcurs_kernel\fP(3) \- low-level \fBcurses\fP routines
1309 \fBcurs_termattrs\fP(3) \- \fBcurses\fP environment query routines
1311 \fBtermcap\fP(3) \- \fBcurses\fP emulation of termcap
1313 \fBterminfo\fP(3) \- \fBcurses\fP interfaces to terminfo database
1315 \fBcurs_util\fP(3) \- miscellaneous \fBcurses\fP utility routines
1333 \fBcurs_variables\fP(3)
1346 See the \fBcurs_mouse\fP(3)
1351 See the \fBresizeterm\fP(3)
1352 and \fBwresize\fP(3) manual pages for details.
1358 See the \fBdefine_key\fP(3)
1359 \fBkey_defined\fP(3),
1360 and \fBkeyok\fP(3) manual pages for details.
1368 See the \fBdefault_colors\fP(3) manual page for details.
1372 See the \fBcurs_print\fP(3) manual page for details.
1401 See the \fBcurs_getch\fP(3) manual page for details.
1404 See the \fBcurs_slk\fP(3) manual page for details.
1409 See the \fBcurs_mouse\fP(3) manual page for details.
1412 See the \fBcurs_print\fP(3) manual page for details.
1415 See the \fBwresize\fP(3) manual page for details.
1419 See \fBcurs_opaque\fP(3) for the discussion of \fBis_scrollok\fP, etc.
1423 See \fBcurs_threads\fP(3) for details.
1427 See \fBcurs_sp_funcs\fP(3) for details.
1458 SVr2 curses added \fBnewterm\fP(3), which relies upon <stdio.h>.
1473 As noted in \fBcurs_util\fP(3), ncurses includes <unctrl.h> from
1534 This was an undocumented feature of AT&T System V Release 3 curses.