Searched full:subwindows (Results 1 – 21 of 21) sorted by relevance
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_window.3x | 117 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 D | form_post.3x | 35 write or erase forms from associated subwindows
|
| H A D | menu_post.3x | 35 write or erase menus from associated subwindows
|
| H A D | curs_opaque.3x | 138 returns the parent \fI\%WINDOW\fP pointer for subwindows,
|
| H A D | resizeterm.3x | 111 When resizing windows, \fB\%resize_term\fP recursively adjusts subwindows,
|
| H A D | curs_pad.3x | 242 it only sets the flag for subwindows if the parent window is a pad.
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_mvwin.c | 65 /* 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 D | wresize.c | 50 * used in subwindows. 261 * Check for subwindows of this one, and readjust pointers to our text, in wresize()
|
| H A D | lib_refresh.c | 124 /* merge in change information from all subwindows of this window */ in wnoutrefresh()
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | msi-pic.txt | 99 PAMU primary windows can be divided into 256 subwindows, and each
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | fsl,mpic-msi.yaml | 29 PAMU primary windows can be divided into 256 subwindows, and each
|
| /freebsd/contrib/ncurses/menu/ |
| H A D | m_post.c | 36 * Write or erase menus from associated subwindows *
|
| /freebsd/contrib/dialog/ |
| H A D | CHANGES | 48 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 D | util.c | 169 * 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 D | dialog.1 | 1644 because the subwindows are registered using a different name.
|
| H A D | dialog.3 | 145 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 D | IOHandlerCursesGUI.cpp | 649 // 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 D | mkfs.c | 520 * subwindows in sysinst. in ffs_mkfs()
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 4198 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 D | ncurses-intro.doc | 826 reinitialize the display, and does not resize subwindows which must be
|
| /freebsd/contrib/ncurses/doc/html/ |
| H A D | ncurses-intro.html | 1226 subwindows which must be shrunk. <code>Ncurses</code> provides an
|