/freebsd/contrib/ncurses/man/ |
H A D | menu_format.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2015,2016 Free Software Foundation, Inc. * 31 .TH menu_format 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 34 \fBmenu_format\fP \- 40 \fBint set_menu_format(MENU *\fImenu\fP, int \fIrows\fP, int \fIcols\fP); 41 \fBvoid menu_format(const MENU *\fImenu\fP, int *\fIrows\fP, int *\fIcols\fP); 44 The function \fBset_menu_format\fP sets the maximum display size of the given 46 If this size is too small to display all menu items, the menu will be 49 subwindow is too small to display all menu items, \fBpost_menu\fP will fail. 51 The default format is 16 rows, 1 column. [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | screen.h | 1 /*- 11 * There are minimum values that vi has to have to display a screen. The row 14 * For example, you have to have enough columns to display the line number, 26 * SCR -- 39 SCR *nextdisp; /* Next display screen. */ 40 SCR *ccl_parent; /* Colon command-line parent screen. */ 51 size_t rows; /* 1-N: number of rows. */ member 52 size_t cols; /* 1-N: number of columns. */ 53 size_t t_rows; /* 1-N: cur number of text rows. */ 54 size_t t_maxrows; /* 1-N: max number of text rows. */ [all …]
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_split.c | 1 /*- 33 * vs_split -- 42 int ccl) /* Colon-command line split. */ in vs_split() 49 gp = sp->gp; in vs_split() 53 if (sp->rows < 4) { in vs_split() 55 "222|Screen must be larger than %d lines to split", 4 - 1); in vs_split() 66 _HMAP(new)->lno = sp->lno; in vs_split() 67 _HMAP(new)->coff = 0; in vs_split() 68 _HMAP(new)->soff = 1; in vs_split() 71 half = sp->rows / 2; in vs_split() [all …]
|
H A D | vs_msg.c | 1 /*- 32 * -- only wait if the screen is full 43 * vs_busy -- 44 * Display, update or clear a busy message. 59 static const char flagc[] = "|/-\\"; in vs_busy() 65 /* Ex doesn't display busy messages. */ in vs_busy() 69 gp = sp->gp; in vs_busy() 80 ++vip->busy_ref; in vs_busy() 81 if (vip->totalcount != 0 || vip->busy_ref != 1) in vs_busy() 85 vip->busy_ch = 0; in vs_busy() [all …]
|
/freebsd/contrib/bsddialog/utility/ |
H A D | bsddialog.1 | 2 .\" Copyright (c) 2021-2024 Alfonso Sabato Siciliano 38 .Ar rows 40 .Op Ar dialog-argument 46 .Oo Fl Fl and-dialog 62 .Fl Fl and-dialog 68 .Ar rows 74 .Dv -1 81 .Bl -tag -width Ds 82 .It Fl Fl alternate-scree [all...] |
/freebsd/usr.bin/rs/ |
H A D | rs.1 | 41 .Op Ar rows Op Ar cols 46 of blank-separated entries in an array, 61 .Ar rows 72 including transposition of the rows and columns. 75 .Bl -tag -width indent 101 Fill in the rows of the output array using the columns of the 103 .Ar rows 109 .Ar rows 122 The gutter width (inter-column space), normally 2, is taken to be 149 The width of the display, normally 80, is taken to be the positive [all …]
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | group_input.subr | 4 # Copyright (c) 2012-2014 Devin Teske 54 eval "$( pw groupshow "$group" 2> /dev/null | awk -F: ' 73 # non-NULL, initially highlight $default group. 80 " # END-QUOTE 85 menu_list="$menu_list $( pw groupshow -a | awk -F: ' 94 local height width rows 95 eval f_dialog_menu_size height width rows \ 104 --title \"\$DIALOG_TITLE\" \ 105 --backtitle \"\$DIALOG_BACKTITLE\" \ 106 --hline \"\$hline\" \ [all …]
|
/freebsd/usr.sbin/bsdconfig/networking/share/ |
H A D | device.subr | 3 # Copyright (c) 2006-2016 Devin Teske 61 # Display a list of network devices with descriptions. Optionally, if present 62 # and non-NULL, initially highlight $default interface. 70 # Display a message to let the user know we're working... 85 lo[0-9]*|ppp[0-9]*|sl[0-9]*) continue ;; 136 local height width rows 137 eval f_dialog_menu_size height width rows \ 145 --title \"\$DIALOG_TITLE\" \ 146 --backtitle \"\$DIALOG_BACKTITLE\" \ 147 --hline \"\$hline\" \ [all …]
|
/freebsd/usr.sbin/bsdconfig/startup/ |
H A D | rcdelete | 2 #- 3 # Copyright (c) 2012-2013 Devin Teske 42 pgm="${ipgm:-$pgm}" 47 # Global map/menu-list for the main menu 77 # display the menu) to speed up execution (we only call this function when 82 # Show infobox for modes that take a while to calculate/display 83 [ "$SHOW_DEFAULT_VALUE" -o "$SHOW_CONFIGURED" ] && 144 # Display the dialog(1)-based application main menu. 162 " # END-QUOTE 167 # [Re-]Accent the menu list before incorporating it [all …]
|
H A D | rcconf | 2 #- 3 # Copyright (c) 2012-2013 Devin Teske 42 pgm="${ipgm:-$pgm}" 47 # Global map/menu-list for the main menu 76 # Display the dialog(1)-based application main menu. 92 " # END-QUOTE 97 # Genreate RCCONF_MAP of `var desc ...' per-line 106 # Show infobox for modes that take a while to calculate/display 107 [ "$SHOW_DEFAULT_VALUE" -o "$SHOW_CONFIGURED" ] && 160 set -f # set noglob because descriptions in the $menu_list may contain [all …]
|
H A D | startup | 2 #- 3 # Copyright (c) 2012-2013 Devin Teske 40 pgm="${ipgm:-$pgm}" 46 # Display the dialog(1)-based application main menu. 56 " # END-QUOTE 60 local height width rows 61 eval f_dialog_menu_size height width rows \ 68 # Obtain default-item from previously stored selection 73 --title \"\$DIALOG_TITLE\" \ 74 --backtitle \"\$DIALOG_BACKTITLE\" \ [all …]
|
/freebsd/tools/pkgbase/ |
H A D | metalog_reader.lua | 3 -- SPDX-License-Identifier: BSD-2-Clause 4 -- 5 -- Copyright(c) 2020 The FreeBSD Foundation. 6 -- 7 -- Redistribution and use in source and binary forms, with or without 8 -- modification, are permitted provided that the following conditions 9 -- are met: 10 -- 1. Redistributions of source code must retain the above copyright 11 -- notice, this list of conditions and the following disclaimer. 12 -- 2. Redistributions in binary form must reproduce the above copyright [all …]
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 3 # Copyright (c) 2006-2015 Devin Teske 43 # execution of dialog from within a sub-shell (so-long as its standard output 46 : ${DIALOG_TERMINAL_PASSTHRU_FD:=${TERMINAL_STDOUT_PASSTHRU:-3}} 52 # NOTE: This is changed to "Xdialog" by the optional `-X' argument 68 # Declare that we are fully-compliant with Xdialog(1) by unset'ing all 78 DIALOG_OK=${SUCCESS:-0} 79 DIALOG_CANCEL=${FAILURE:-1} 83 export DIALOG_ERROR=254 # sh(1) can't handle the default of `-1' 119 # height (but does for width) -- a height of 3 will display three lines and a 138 # After execution, the variables will hold their newly-sanitized data. [all …]
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | docsinstall | 2 #- 4 # Copyright (c) 2013-2015 Devin Teske 41 # List of languages to display (descriptions pulled from $msg_{lang}doc_desc) 83 # Display the dialog(1)-based application main menu. 95 # Fetch the i18n description to display 102 en) f_getvar DIST_DOC_$upper:-on status ;; 103 *) f_getvar DIST_DOC_$upper:-off status 108 " # END-QUOTE 111 local height width rows 112 eval f_dialog_checklist_size height width rows \ [all …]
|
/freebsd/contrib/dialog/ |
H A D | editbox.c | 4 * editbox.c -- implements the edit box 6 * Copyright 2007-2019,2020 Thomas E. Dickey 29 #define sTEXT -1 56 load_list(const char *file, char ***list, int *rows) in load_list() argument 63 *rows = 0; in load_list() 86 if (size != 0 && blob[size - 1] != '\n') { in load_list() 87 blob[++size - 1] = '\n'; in load_list() 118 grow_list(list, rows, (int) need + 1); in load_list() 126 free_list(char ***list, int *rows) in free_list() argument 130 for (n = 0; n < (*rows); ++n) { in free_list() [all …]
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | SimpleTextOut.h | 9 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 10 SPDX-License-Identifier: BSD-2-Clause-Patent 30 /// Backward-compatible with EFI1.1. 144 // We currently define attributes from 0 - 7F for color manipulations 145 // To internally handle the local display characteristics for a particular character, 147 // pulled from the wide glyph database and will display locally as a wide character (16 X 19 versus… 149 // non-local displays, such as serial or LAN consoles. 176 @param String The NULL-terminated string to be displayed on the output 202 @param String The NULL-terminated string to be examined for the output 226 @param Rows Returns the geometry of the text output device for the [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | efi_console.c | 1 /*- 152 for (p.tp_row = r->tr_begin.tp_row; in term_image_display() 153 p.tp_row < r->tr_end.tp_row; p.tp_row++) { in term_image_display() 154 for (p.tp_col = r->tr_begin.tp_col; in term_image_display() 155 p.tp_col < r->tr_end.tp_col; p.tp_col++) { in term_image_display() 156 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col; in term_image_display() 157 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in term_image_display() 181 row = p->tp_row; in efi_text_cursor() 182 if (p->tp_ro in efi_text_cursor() 909 UINTN cols, rows; cons_update_mode() local [all...] |
/freebsd/bin/stty/ |
H A D | stty.1 | 1 .\"- 57 .Bl -tag -width indent 59 Display all the current settings for the terminal to standard output 61 .St -p1003.2 . 63 Display all the current settings for the terminal to standard output 77 set or display settings on a terminal that might otherwise 80 Display all the current settings for the terminal to standard output 84 .St -p1003.2 . 93 .Bl -tag -width Fl 150 .Bl -tag -width Fl [all …]
|
/freebsd/usr.bin/column/ |
H A D | column.1 | 44 Rows are filled before columns. 51 .Bl -tag -width indent 53 Output is formatted for a display 66 Useful for pretty-printing displays. 68 Fill columns before filling rows. 80 .Ex -std 84 .Dl ls -l \&| sed 1d) \&| column -t
|
/freebsd/contrib/bsddialog/lib/ |
H A D | bsddialog.3 | 2 .\" Copyright (c) 2021-2024 Alfonso Sabato Siciliano 71 .Fa "int rows" 81 .Fa "int rows" 94 .Fa "int rows" 106 .Fa "int rows" 117 .Fa "int rows" 130 .Fa "int rows" 145 .Fa "int rows" 156 .Fa "int rows" 167 .Fa "int rows" [all...] |
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | packages.subr | 3 # Copyright (c) 2013-2016 Devin Teske 47 # How many packages to display (maximum) per dialog menubox. 61 PACKAGES_DETECTED= # Boolean (NULL/non-NULL); detected installed packages? 82 # prior to execution (it contains a series of pre-quoted strings which act as 89 while [ $# -gt 0 ]; do 93 cat="${category# }" # Trim lead space inserted by sort-method 102 [ $n -ge 1 ] && desc="$desc; $n $msg_installed_lc" 110 [ $n -ge 1 ] && desc="$desc; $n $msg_selected" 112 # Re-Add asterisk to the category if its index has been cached 117 '$category' '$desc' '$help'" # End-Quote [all …]
|
/freebsd/share/doc/usd/13.viref/ |
H A D | vi.ref | 94 George Neville-Neil added the Tcl interpreter, 102 IEEE Std 1003.2-1992, IEEE Standard Portable Operating 110 .sy echo -n >index 111 .oh 'Vi/Ex Reference''USD:13-%' 112 .eh 'USD:13-%''Vi/Ex Reference' 119 is a line-oriented text editor. 127 .b \-R 128 (read-only) option of 137 are intended as bug-for-bug compatible replacements for the original 141 This reference manual is accompanied by a traditional-style manual page. [all …]
|
/freebsd/usr.sbin/bsdconfig/console/ |
H A D | console | 2 #- 3 # Copyright (c) 2012-2013 Devin Teske 40 pgm="${ipgm:-$pgm}" 46 # Display the dialog(1)-based application main menu. 59 " # END-QUOTE 63 local height width rows 64 eval f_dialog_menu_size height width rows \ 71 # Obtain default-item from previously stored selection 76 --title \"\$DIALOG_TITLE\" \ 77 --backtitle \"\$DIALOG_BACKTITLE\" \ [all …]
|
/freebsd/usr.sbin/bsdconfig/mouse/ |
H A D | mouse | 2 #- 3 # Copyright (c) 2012-2013 Devin Teske 40 pgm="${ipgm:-$pgm}" 46 # Display the dialog(1)-based application main menu. 58 " # END-QUOTE 62 local height width rows 63 eval f_dialog_menu_size height width rows \ 70 # Obtain default-item from previously stored selection 75 --title \"\$DIALOG_TITLE\" \ 76 --backtitle \"\$DIALOG_BACKTITLE\" \ [all …]
|
/freebsd/usr.sbin/bsdconfig/networking/ |
H A D | networking | 2 #- 3 # Copyright (c) 2006-2016 Devin Teske 40 pgm="${ipgm:-$pgm}" 46 # Display the dialog(1)-based application main menu. 58 " # END-QUOTE 62 local height width rows 63 eval f_dialog_menu_size height width rows \ 70 # Obtain default-item from previously stored selection 75 --title \"\$DIALOG_TITLE\" \ 76 --backtitle \"\$DIALOG_BACKTITLE\" \ [all …]
|