Home
last modified time | relevance | path

Searched full:subwindows (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ncurses/man/
H A Dcurs_window.3x117 Subwindows must be deleted before the main window can be deleted.
123 Moving subwindows is allowed, but should be avoided.
140 There is no difference between the subwindows and the derived windows.
229 It must delete subwindows before deleting their parent.
232 it can only succeed if the curses library keeps a list of the subwindows.
233 SVr4 curses kept a count of the number of subwindows rather than a list.
236 and will delete a parent window which still has subwindows.
240 to ensure that a window has no subwindows before allowing deletion.
H A Dform_post.3x35 write or erase forms from associated subwindows
H A Dmenu_post.3x35 write or erase menus from associated subwindows
H A Dcurs_opaque.3x138 returns the parent \fI\%WINDOW\fP pointer for subwindows,
H A Dresizeterm.3x111 When resizing windows, \fB\%resize_term\fP recursively adjusts subwindows,
H A Dcurs_pad.3x242 it only sets the flag for subwindows if the parent window is a pad.
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c65 /* Copying subwindows is allowed, but it is expensive... */ in NCURSES_EXPORT()
70 * try to avoid to move subwindows. Because a subwindow shares in NCURSES_EXPORT()
H A Dwresize.c50 * used in subwindows.
261 * Check for subwindows of this one, and readjust pointers to our text, in wresize()
H A Dlib_refresh.c124 /* merge in change information from all subwindows of this window */ in wnoutrefresh()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmsi-pic.txt99 PAMU primary windows can be divided into 256 subwindows, and each
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dfsl,mpic-msi.yaml29 PAMU primary windows can be divided into 256 subwindows, and each
/freebsd/contrib/ncurses/menu/
H A Dm_post.c36 * Write or erase menus from associated subwindows *
/freebsd/contrib/dialog/
H A DCHANGES48 subwindows, to fix regression in dlg_getc() in fselect/dselect
61 subwindows used for input (report by Michael Wihl).
690 + fix logic in freeing subwindows (report by xDog Walker).
775 dialog. Because subwindows share space with the top window, tracing
H A Dutil.c169 * Maintain a list of subwindows so that we can delete them to cleanup.
1585 * However, the all-subwindows list stores parent/child windows rather than
H A Ddialog.11644 because the subwindows are registered using a different name.
H A Ddialog.3145 This is a linked list of all subwindows created by the library.
147 to free storage for subwindows when deleting a window.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp649 // Can't move subwindows, must delete and re-create in MoveWindow()
662 // Can't move subwindows, must delete and re-create in SetBounds()
862 // is typically only for a menubar. Make a copy of the subwindows in case in HandleChar()
863 // any HandleChar() functions muck with the subwindows. If we don't do in HandleChar()
864 // this, we can crash when iterating over the subwindows. in HandleChar()
865 Windows subwindows(m_subwindows); in HandleChar() local
866 for (auto subwindow_sp : subwindows) { in HandleChar()
/freebsd/usr.sbin/makefs/ffs/
H A Dmkfs.c520 * subwindows in sysinst. in ffs_mkfs()
/freebsd/contrib/ncurses/
H A DNEWS4198 it to put the test-strings in subwindows (cf: 20140705).
4257 subwindows. This is needed for a planned change to use Unicode
8086 + remove 970913 feature for copying subwindows as they are moved in
9981 the window structure, and to make subwindows fit within the resized
10126 + correct a bug in wresize() in handling subwindows (based on patch by
11637 + correct offsets used for subwindows in wresize() (patch by Michael
13637 move of subwindows. Fixed update behavior of movements of regular
13641 of the original. Subwindows become regular windows by doing a
14471 subwindows, needed as a side-effect of resizeterm() (found using
14496 for subwindows.
[all …]
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc826 reinitialize the display, and does not resize subwindows which must be
/freebsd/contrib/ncurses/doc/html/
H A Dncurses-intro.html1226 subwindows which must be shrunk. <code>Ncurses</code> provides an