Home
last modified time | relevance | path

Searched +full:display +full:- +full:width +full:- +full:chars (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/
H A Dhit,hd44780.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Geert Uytterhoeven <geert@linux-m68k.org>
14 LCDs that can display one or more lines of text. It exposes an M6800 bus
15 interface, which can be used in either 4-bit or 8-bit mode. By using a
24 data-gpios:
26 GPIO pins connected to the data signal lines DB0-DB7 (8-bit mode) or
27 DB4-DB7 (4-bit mode) of the LCD Controller's bus interface.
29 - maxItems: 4
[all …]
H A Dmodtronix,lcd2s.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Modtronix engineering LCD2S Character LCD Display
10 - Lars Poeschel <poeschel@lemonage.de>
13 The LCD2S is a Character LCD Display manufactured by Modtronix Engineering.
14 The display supports a serial I2C and SPI interface. The driver currently
24 I2C bus address of the display.
26 display-height-chars:
27 description: Height of the display, in character cells.
[all …]
/freebsd/contrib/tcsh/
H A Ded.refresh.c4 /*-
38 /* refresh.c -- refresh the current set of lines on the screen */
86 static int fd = -1; in reprintf()
94 if (fd == -1) in reprintf()
130 if (litlen + addlitlen + len + 1 + (LIT_FACTOR - 1) > litalloc) { in MakeLiteral()
133 while (len + addlitlen + 1 + (LIT_FACTOR - 1) > add) in MakeLiteral()
158 /* draw char at cp, expand tabs, ctl chars */
166 if (!drawPrompt) { /* draw command-line */ in Draw()
213 /* uncontrolify it; works only for iso8859-1 like sets */ in Draw()
233 for (i = 16 + 4 * (-w-5); i >= 0; i -= 4) in Draw()
[all …]
H A Ded.h4 /*-
111 #define XK_NOD -1 /* Internal tree node */
112 #define XK_CMD 0 /* X-key was an editor command */
113 #define XK_STR 1 /* X-key was a string macro */
114 #define XK_EXE 2 /* X-key was a unix command */
129 EXTERN Char VImode; /* true if running in vi mode (PWP 6-27-88) */
170 /* CHAR_DBWIDTH in Display and Vdisplay means the non-first column of a character
172 in the middle of a multiple-column character. */
173 EXTERN Char **Display; /* display buffer seed vector */ variable
177 * (sizeof(DisplayBuf) / width */
[all …]
/freebsd/contrib/less/
H A DNEWS19 * Fix unexpected exit using -K if a key press is received while reading
26 * Treat -r in LESS environment variable as -R.
28 * Add ESC-j and ESC-k commands (github #560).
30 * Add --no-paste option (github #523).
32 * Add --no-edit-warn option (github #513).
34 * Add --form-feed option (github #496).
36 * Add ESC-b command (github #615).
38 * Make TAB complete option name in -- command (github #531).
42 * Make -R able to pass through any OSC escape sequences,
48 * Pass through escape sequences in prompts even if -R is not set.
[all …]
H A Dopttbl.c2 * Copyright (C) 1984-2025 Mark Nudelman
39 public int ctldisp; /* Send control chars to screen untranslated */
43 public long jump_sline_fraction = -1;
45 public long shift_count_fraction = -1;
46 public int chopline; /* Truncate displayed lines at screen width */
52 public int status_col; /* Display a status column */
58 public LWCHAR rscroll_char; /* Char which marks chopped lines with -S */
64 public int linenum_width; /* Width of line numbers */
65 public int status_col_width; /* Width of status column */
79 public int show_preproc_error; /* Display msg when preproc exits with error */
[all …]
H A Dversion.c2 * Copyright (C) 1984-2025 Mark Nudelman
12 ----------------------- CHANGE HISTORY --------------------------
20 v3 5/3/84 Added -m and -t options, '-' command
22 v5 5/3/84 New comments, fixed '-' command slightly
23 v6 5/15/84 Added -Q, visual bell
26 v8 5/30/84 Re-do -q and -Q commands
28 v10 10/10/84 Fixed bug in -b<n> argument processing
30 -----------------------------------------------------------------
32 v13 2/16/85 Reword error message for '-' command.
33 v14 2/22/85 Added -bf and -bp variants of -b.
[all …]
H A Dless.hlp6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
8 h H Display this help.
10 ---------------------------------------------------------------------------
16 ESC-j * Forward one file line (or _N file lines).
17 ESC-k * Backward one file line (or _N file lines).
19 b ^B ESC-v * Backward one window (or _N lines).
22 ESC-SPACE * Forward one window, but don't stop at end-of-file.
23 ESC-b * Backward one window, but don't stop at beginning-of-file.
24 d ^D * Forward one half-window (and set half-window to _N).
25 u ^U * Backward one half-window (and set half-window to _N).
[all …]
H A Dcmdbuf.c2 * Copyright (C) 1984-2025 Mark Nudelman
30 static char cmdbuf[CMDBUF_SIZE]; /* Buffer for holding a multi-char command */
61 #define HISTFILE_FIRST_LINE ".less-history-file:"
142 * Display a string, usually as a prompt for input into the command buffer.
152 int width; in cmd_putstr() local
157 width = 1; in cmd_putstr()
159 width = 0; in cmd_putstr()
161 width = is_wide_char(ch) ? 2 : 1; in cmd_putstr()
162 cmd_col += width; in cmd_putstr()
163 prompt_col += width; in cmd_putstr()
[all …]
H A Dless.nro4 less \- display the contents of a file in a terminal
6 .B "less \-?"
8 .B "less \-\-help"
10 .B "less \-V"
12 .B "less \-\-version"
14 .B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]"
16 .B " [\-b \fIspace\/\fP] [\-h \fIlines\/\fP] [\-j \fIline\/\fP] [\-k \fIkeyfile\/\fP]"
18 .B " [\-{oO} \fIlogfile\/\fP] [\-p \fIpattern\/\fP] [\-P \fIprompt\/\fP] [\-t \fItag\/\fP]"
20 .B " [\-T \fItagsfile\/\fP] [\-x \fItab\/\fP,...] [\-y \fIlines\/\fP] [\-[z] \fIlines\/\fP]"
22 .B " [\-# \fIshift\/\fP] [+[+]\fIcmd\/\fP] [\-\-] [\fIfilename\/\fP]..."
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mn-rve-gateway.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/usb/pd.h>
9 #include "imx8mn-var-som.dtsi"
13 compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
15 crystal_duart_24m: crystal-duart-24m {
16 compatible = "fixed-clock";
17 #clock-cells = <0>;
18 clock-frequency = <24000000>;
21 gpio-keys {
[all …]
/freebsd/usr.sbin/ctladm/
H A Dctladm.83 .\" Copyright (c) 2015-2021 Alexander Motin <mav@FreeBSD.org>
36 .\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
72 .Aq Fl f Ar file|-
82 .Aq Fl f Ar file|-
197 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal
200 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal
207 .Aq Fl a | Fl c Ar controller-id | Fl h Ar name
218 some meta-commands that utilize
232 .Bl -tag -width 14n
239 .Bl -tag -width 10n
[all …]
/freebsd/sbin/ping/
H A Dping.841 .Op Fl .\& Ns Ar chars
58 .Ar IPv4-host
61 .Op Fl .\& Ns Ar chars
77 .Ar IPv4-mcast-group
80 .Op Fl .\& Ns Ar chars
96 .Op Ar IPv6-hops ...
97 .Ar IPv6-host
102 .Ar ( IPv4-host
104 .Ar IPv4-mcast-group )
124 .Ar ( IPv6-host ) ,
[all …]
/freebsd/contrib/ncurses/man/
H A Dinfocmp.1m3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2017,2018 Free Software Foundation, Inc. *
32 .TH @INFOCMP@ 1M 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
54 \fB@INFOCMP@\fP \-
57 \fB@INFOCMP@\fP [\fB\-\
85 …[\fB\-v\fR \fIn\fR] [\fB\-s d\fR| \fBi\fR| \fBl\fR| \fBc\fR] [\fB\-Q\fR \fIn\fR] [\fB\-R \fBsubset…
86 [\fB\-w\fP\ \fIwidth\fP] [\fB\-A\fP\ \fIdirectory\fP] [\fB\-B\fP\ \fIdirectory\fP]
87 [\fIterminal-type\fP ...]
97 If no options are specified and zero or one \fIterminal-types\fP are
100 \fB\-I\fP option will be assumed.
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-netgear_readynas_nv+_v2.dts1 // SPDX-License-Identifier: GPL-2.0+
8 /dts-v1/;
11 #include "kirkwood-6282.dtsi"
15 …compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
24 stdout-path = &uart0;
28 pinctrl: pin-controller@10000 {
29 pmx_button_power: pmx-button-power {
34 pmx_button_backup: pmx-button-backup {
39 pmx_button_reset: pmx-button-reset {
44 pmx_led_blue_power: pmx-led-blue-power {
[all …]
H A Darmada-370-netgear-rn104.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include "armada-370.dtsi"
16 compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
19 stdout-path = "serial0:115200n8";
32 internal-regs {
44 pinctrl-0 = <&ge0_rgmii_pins>;
45 pinctrl-names = "default";
[all …]
/freebsd/share/termcap/
H A Dtermcap.531 .\" * ncurses is copyright (C) 1992-1995 *
32 .\" * Zeyd M. Ben-Halim *
77 consist of a number of `:'-separated fields.
98 in 132-column mode would be
99 .Dq vt100-w .
101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent
103 -w Wide mode (more than 80 columns) vt100-w
104 -am With automatic margins (usually default) vt100-am
105 -nam Without automatic margins vt100-nam
106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60"
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.815 .\" must display the following acknowledgement:
50 .Op Fl Fl gss-bindings
51 .Op Fl I | Fl Fl no-insecure-oob
53 .Op Fl B | Fl Fl builtin-ls
54 .Op Fl Fl good-chars= Ns Ar string
68 .Bl -tag -width Ds
76 .Bl -tag -width plain
89 .Bl -tag -width plain
104 .It Fl Fl gss-bindings
105 require the peer to use GSS-API bindings (ie make sure IP addresses match).
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
140 * bitmap depth-specific routines
160 * Define the iso6429-1983 colormap
167 /* - - - - ----- */
209 if (sc->sc_tag == &bs_le_tag) in ofwfb_pix32()
250 if (node == -1) { in ofwfb_configure()
258 if (strcmp(type, "display") != 0) in ofwfb_configure()
261 /* Only support 8 and 32-bit framebuffers */ in ofwfb_configure()
264 sc->sc_blank = ofwfb_blank_display8; in ofwfb_configure()
[all …]
/freebsd/contrib/ncurses/menu/
H A Dmenu.h3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. *
92 TEXT description; /* description of item, optional in display */
115 short height; /* Nr. of chars high */
116 short width; /* Nr. of chars wide */ member
129 char *pattern; /* Buffer to store match chars */
132 WINDOW *sub; /* Subwindow for menu display */
182 * Some AT&T code expects MAX_COMMAND to be out-of-band not
187 # error Something is wrong -- MAX_MENU_COMMAND is greater than MAX_COMMAND
189 # error Something is wrong -- MAX_COMMAND is already inconsistently defined.
195 /* --------- prototypes for libmenu functions ----------------------------- */
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c3 * Copyright 1998-2012,2016 Free Software Foundation, Inc. *
31 * Author: Thomas E. Dickey 1996-on *
32 * and: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
37 * lib_tracedmp.c - Tracing/Debugging routines
53 int i, j, n, width; in NCURSES_EXPORT() local
55 /* compute narrowest possible display width */ in NCURSES_EXPORT()
56 for (width = i = 0; i <= win->_maxy; ++i) { in NCURSES_EXPORT()
58 for (j = 0; j <= win->_maxx; ++j) { in NCURSES_EXPORT()
59 if (CharOf(win->_line[i].text[j]) != L(' ') in NCURSES_EXPORT()
60 || AttrOf(win->_line[i].text[j]) != A_NORMAL in NCURSES_EXPORT()
[all …]
/freebsd/usr.bin/fmt/
H A Dfmt.c13 * 1. Tabs are expanded, assuming 8-space tab stops.
14 * If the `-t <n>' option is given, we assume <n>-space
25 * If the `-p' option is given then the first line of a
28 * If the `-m' option is given then a line that looks
30 * preceded by a non-blank non-message-header line, is
32 * any subsequent lines with non-empty leading whitespace.
33 * Unless the `-n' option is given, lines beginning with
38 * space, or two spaces if it ends with a sentence-end
39 * character. (See the `-d' option for how to change that.)
40 * If the `-s' option has been given, then a word's trailing
[all …]
/freebsd/share/man/man4/
H A Dtermios.4190 returns -1 with
224 returns -1 with
238 full-duplex mode, so that data may arrive even while output is occurring.
271 This is useful for terminals that can operate in full-duplex mode.
291 .Bl -enum -offset indent
301 If there is no data available, the read returns -1, with
313 character, an end-of-file
315 character, or an end-of-line
357 This un-delimited
414 serves as an inter-byte timer and is activated after
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.h3 * Copyright (c) 2012-2022, 2025 Ingo Schwarze <schwarze@openbsd.org>
22 #define ASCII_NBRSP 31 /* non-breaking space */
23 #define ASCII_NBRZW 30 /* non-breaking zero-width space */
24 #define ASCII_BREAK 29 /* breakable zero-width space */
78 MANDOCERR_DASHDASH, /* verbatim "--", maybe consider using \(em */
123 MANDOCERR_NS_SKIP, /* skipping no-space macro */
137 MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged: Bd */
139 MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 6n */
142 MANDOCERR_IT_NOHEAD, /* empty head in list item: Bl -type It */
143 MANDOCERR_IT_NOBODY, /* empty list item: Bl -type It */
[all …]
/freebsd/contrib/libedit/
H A Drefresh.c3 /*-
66 #define __F el->el_errfile
98 el->el_refresh.r_cursor.h = 0; /* reset it. */ in re_nextline()
103 * We do this via pointer shuffling - it's safe in this case in re_nextline()
106 if (el->el_refresh.r_cursor.v + 1 >= el->el_terminal.t_size.v) { in re_nextline()
107 int i, lins = el->el_terminal.t_size.v; in re_nextline()
108 wint_t *firstline = el->el_vdisplay[0]; in re_nextline()
111 el->el_vdisplay[i - 1] = el->el_vdisplay[i]; in re_nextline()
114 el->el_vdisplay[i - 1] = firstline; in re_nextline()
116 el->el_refresh.r_cursor.v++; in re_nextline()
[all …]

1234