Home
last modified time | relevance | path

Searched refs:resizeterm (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDresizeterm.c470 NCURSES_SP_NAME(resizeterm) (NCURSES_SP_DCLx int ToLines, int ToCols) in NCURSES_SP_NAME() argument
536 resizeterm(int ToLines, int ToCols) in resizeterm() function
538 return NCURSES_SP_NAME(resizeterm) (CURRENT_SCREEN, ToLines, ToCols); in resizeterm()
HDlib_set_term.c638 sp->_resize = NCURSES_SP_NAME(resizeterm); in NCURSES_SP_NAME()
/freebsd-13-stable/contrib/ncurses/man/
HDman_db.renames157 resizeterm.3x resizeterm.3ncurses
/freebsd-13-stable/usr.bin/talk/
HDinit_disp.c201 resizeterm(ws.ws_row, ws.ws_col); in resize_display()
/freebsd-13-stable/lib/ncurses/ncurses/
HDMakefile166 resizeterm.c \
563 resizeterm.3 \
1058 resizeterm.3 is_term_resized.3 \
1059 resizeterm.3 resize_term.3
/freebsd-13-stable/contrib/nvi/cl/
HDcl_screen.c58 resizeterm(O_VAL(sp, O_LINES), O_VAL(sp, O_COLUMNS))) && in cl_screen()
/freebsd-13-stable/contrib/ncurses/misc/
HDncurses.def322 "resizeterm" @263 NONAME
/freebsd-13-stable/contrib/ncurses/ncurses/
HDmodules154 resizeterm lib $(base) $(HEADER_DEPS)
HDllib-lncurses2691 /* ./base/resizeterm.c */
2726 #undef resizeterm
2727 int resizeterm(
HDllib-lncursest2700 /* ./base/resizeterm.c */
2735 #undef resizeterm
2736 int resizeterm(
HDllib-lncursestw3627 /* ./base/resizeterm.c */
3662 #undef resizeterm
3663 int resizeterm(
HDllib-lncursesw3618 /* ./base/resizeterm.c */
3653 #undef resizeterm
3654 int resizeterm(
/freebsd-13-stable/contrib/ncurses/
HDMANIFEST470 ./doc/html/man/resizeterm.3x.html
701 ./man/resizeterm.3x
873 ./ncurses/base/resizeterm.c
HDNEWS214 + add a note in resizeterm manpage about top-level windows which touch
2083 + add note on portability of resizeterm and wresize to manual pages.
2086 + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
2503 + add check for zero/negative dimensions for resizeterm and resize_term
3024 + clarify in resizeterm manpage that LINES and COLS are updated.
3477 + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
3480 resizeterm(). These changes eliminate the case where a SIGWINCH is
5570 + remove a redundant adjustment of lines in resizeterm.c's
5581 + improve resizeterm() by moving ripped-off lines, and repainting the
6074 defined: lib_baudrate.c, resizeterm.c (local data only)
[all …]
HDANNOUNCE457 + resizeterm.3x about top-level windows which touch the
HDconfigure.in1105 AC_DEFINE(HAVE_RESIZETERM,1,[Define to 1 to enable resizeterm() function in test-programs])
HDINSTALL2041 We added these extensions: wresize(), resizeterm(), has_key() and
/freebsd-13-stable/contrib/ncurses/include/
HDcurses.h.in949 extern NCURSES_EXPORT(int) resizeterm (int, int);
1091 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_F…
/freebsd-13-stable/contrib/ncurses/doc/
HDncurses-intro.doc826 resizeterm function. That function ensures that all windows are
832 calls resizeterm to update the size of the standard screen's window,
874 associated resizeterm() function simplifies the construction of
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/
HDcurses_commands.c4061 report_return(resizeterm(rows, cols)); in cmd_resizeterm()