/freebsd-src/contrib/bsddialog/utility/ |
H A D | util_theme.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2022-2024 Alfonso Sabato Siciliano 114 {"\n# Menus: --checklist, --menu, --radiolist\n" 137 {"\n# Bar of --gauge, --mixedgauge, --pause, --rangebox\n", 142 "theme.button.minmargin", UINT, &t.button.minmargin}, 143 {"", "theme.button.maxmargin", UINT, &t.button.maxmargin}, 144 {"", "theme.button.leftdelim", CHAR, &t.button.leftdelim}, 145 {"", "theme.button.rightdelim", CHAR, &t.button.rightdelim}, 146 {"", "theme.button.f_delimcolor", COLOR, &t.button.f_delimcolor}, [all …]
|
H A D | bsddialog.1 | 2 .\" Copyright (c) 2021-2024 Alfonso Sabato Siciliano 40 .Op Ar dialog-argument 46 .Oo Fl Fl and-dialog 62 .Fl Fl and-dialog 74 .Dv -1 81 .Bl -tag -width Ds 82 .It Fl Fl alternate-screen 84 .Xr terminfo 5 . 85 .It Fl Fl ascii-lines 89 .It Fl Fl begin-x Ar x [all …]
|
/freebsd-src/contrib/ncurses/man/ |
H A D | curs_mouse.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. * 32 .TH curs_mouse 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 56 \fB\%mouseinterval\fP \- 67 \fB mmask_t bstate; \fI/* button state bits */ 90 pseudo-key values in the \fB\%wgetch\fP(3X) input stream. 98 function such as \fB\%getstr\fP that expects a linefeed for input-loop 109 or if the terminal does not support mouse-events, 112 If \fIoldmask\fP is non-\fBNULL\fP, 118 Whether this happens is device-dependent. [all …]
|
/freebsd-src/share/man/man4/ |
H A D | cyapa.4 | 34 .Bd -ragged -offset indent 41 .Xr loader.conf 5 : 42 .Bd -literal -offset indent 68 .Bd -literal 70 +--------------------+------------+ 72 | | Button | 74 | Button +------------+ 76 | | Button | 77 +--------------------+............| 78 | Thumb/Button Area | 15% [all …]
|
H A D | acpi_ibm.4 | 36 .Bd -ragged -offset indent 42 .Xr loader.conf 5 : 43 .Bd -literal -offset indent 80 .Bl -tag -width "subsystem" -offset indent -compact 95 .Bl -tag -width "subsystem" -offset indent -compact 143 Access IBM Button 158 .Bl -tag -width indent 160 (read-only) 165 (read-only) 174 driver being loaded, only the Fn+F4 button generates an ACPI event. [all …]
|
H A D | vt.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 46 .Xr loader.conf 5 : 57 .Xr loader.conf 5 or 58 .Xr sysctl.conf 5 : 72 .Bl -item -offse [all...] |
H A D | sysmouse.4 | 1 .\" Copyright 1997 John-Mark Gurney. All rights reserved. 12 .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND 72 .Bl -tag -width Byte_1 -compact 74 .Bl -tag -width bit_7 -compact 80 Left button status; cleared if pressed, otherwise set. 82 Middle button status; cleared if pressed, otherwise set. 84 if the device does not have the middle button. 86 Right button status; cleared if pressed, otherwise set. 90 \-128 through 127. 93 \-128 through 127. [all …]
|
H A D | mouse.4 | 3 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 41 provide user programs with movement and button state information of the mouse. 54 Movement and button states are usually encoded in fixed-length data packets. 58 The mouse drivers may have ``non-blocking'' attribute which will make 74 .Bl -tag -width Byte_1 -compact 76 .Bl -tag -width bit_7 -compact 82 Left button status; cleared if pressed, otherwise set. 84 Middle button status; cleared if pressed, otherwise set. 86 if the device does not have the middle button. 88 Right button status; cleared if pressed, otherwise set. [all …]
|
H A D | atp.4 | 12 .\" 3. Neither the name of the author nor the names of any co-contributors 37 .Bd -ragged -offset indent 44 .Xr loader.conf 5 : 45 .Bd -literal -offset indent 56 The driver simulates a three\-button mouse using multi\-finger tap detection. 57 Single finger tap generates a left\-button click; two\-finger tap maps to the 58 middle button; whereas a three\-finger tap gets treated as a right button 61 There is support for 2\-finger horizontal scrolling, which translates to 62 page\-back/forward events; vertical multi\-finger scrolling emulates the mouse 65 A double\-tap followed by a drag is treated as a selection gesture; a [all …]
|
H A D | wsp.4 | 34 .Bd -ragged -offset indent 42 .Xr loader.conf 5 : 43 .Bd -literal -offset indent 52 The driver simulates a three-button mouse using multi-finger tap 54 A single-finger press generates a left button clic [all...] |
/freebsd-src/contrib/expat/doc/ |
H A D | ok.min.css | 2 …-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:conten… selector
|
/freebsd-src/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-mouse.txt | 1 Device-Tree bindings for GPIO attached mice 4 to 5-7 GPIO lines. 7 - compatible: must be "gpio-mouse" 8 - scan-interval-ms: The scanning interval in milliseconds 9 - up-gpios: GPIO line phandle to the line indicating "up" 10 - down-gpios: GPIO line phandle to the line indicating "down" 11 - left-gpios: GPIO line phandle to the line indicating "left" 12 - right-gpios: GPIO line phandle to the line indicating "right" 15 - button-left-gpios: GPIO line handle to the left mouse button 16 - button-middle-gpios: GPIO line handle to the middle mouse button [all …]
|
H A D | gpio-mouse.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/gpio-mouse.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 to 5-7 GPIO lines. 14 - Anshul Dalal <anshulusr@gmail.com> 18 const: gpio-mouse 20 scan-interval-ms: 23 up-gpios: 26 down-gpios: [all …]
|
H A D | gpio-keys.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/input/gpio-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 15 - gpio-keys 16 - gpio-keys-polled 23 poll-interval: true 26 …"^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switc… 35 - items: [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/samsung/ |
H A D | s3c6410-mini6410.dts | 1 // SPDX-License-Identifier: GPL-2.0 11 /dts-v1/; 13 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/interrupt-controller/irq.h> 31 fin_pll: oscillator-0 { 32 compatible = "fixed-clock"; 33 clock-frequency = <12000000>; 34 clock-output-names = "fin_pll"; 35 #clock-cells = <0>; 38 xusbxti: oscillator-1 { [all …]
|
/freebsd-src/sys/sys/ |
H A D | mouse.h | 1 /*- 2 * SPDX-License-Identifier: BSD-1-Clause 38 #define MOUSE_SETLEVEL _IOW('M', 5, int) 54 int button; /* button status */ member 55 int obutton; /* previous button status */ 61 /* button */ 71 #define MOUSE_STDBUTTONS 0x0007 /* buttons 1-3 */ 82 int buttons; /* -1 if unknown */ 141 #define MOUSE_IF_UNKNOWN (-1) 147 #define MOUSE_IF_USB 5 [all …]
|
/freebsd-src/contrib/dialog/ |
H A D | dialog.1 | 3 .\" Copyright 2005-2020,2021 Thomas E. Dickey 53 dialog \- display dialog boxes from shell scripts 55 \fB\*p \-\-clear\fP 57 .BI "\*p \-\-create\-rc " file 59 \fB\*p \-\-print\-maxsize\fP 62 \fIcommon-options\fP 63 \fIbox-options\fP 108 Use the "\fB\-\-and\-widget\fP" token to force \fB\*p\fP to proceed to the next 118 \*(``\fB\-\-output\-fd\fP\*('', 119 \*(``\fB\-\-stderr\fP\*('' and [all …]
|
/freebsd-src/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | gcw0.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include <dt-bindings/clock/ingenic,tcu.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/iio/adc/ingenic,adc.h> 9 #include <dt-bindings/input/input.h> 29 stdout-path = "serial2:57600n8"; 33 compatible = "regulator-fixed"; 34 regulator-name = "vcc"; 36 regulator-min-microvolt = <3300000>; [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun8i-v3s-anbernic-rg-nano.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 4 #include <dt-bindings/input/linux-event-codes.h> 5 #include "sun8i-v3s.dtsi" 6 #include "sunxi-common-regulators.dtsi" 10 compatible = "anbernic,rg-nano", "allwinner,sun8i-v3s"; 19 compatible = "pwm-backlight"; 20 brightness-levels = <0 1 2 3 8 14 21 32 46 60 80 100>; 21 default-brightness-level = <11>; 22 power-supply = <®_vcc5v0>; [all …]
|
/freebsd-src/contrib/bsddialog/lib/ |
H A D | theme.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2021-2023 Alfonso Sabato Siciliano 93 .button.minmargin = 1, 94 .button.maxmargin = 5, 95 .button.leftdelim = '[', 96 .button.rightdelim = ']', 97 .button.f_delimcolor = WHITE, 98 .button.delimcolor = WHITE, 99 .button.f_color = BLACK, [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm47094-netgear-r8500.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 /dts-v1/; 9 #include "bcm5301x-nand-cs0-bch8.dtsi" 26 compatible = "gpio-leds"; 28 led-power0 { 31 linux,default-trigger = "default-on"; 34 led-power1 { 39 led-5ghz-1 { 40 label = "bcm53xx:white:5ghz-1"; 44 led-5ghz-2 { [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs42l42.txt | 5 - compatible : "cirrus,cs42l42" 7 - reg : the I2C address of the device for I2C. 9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply : 15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be 18 - interrupts : IRQ line info CS42L42. 19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 22 - cirrus,ts-inv : Boolean property. Sets the behaviour of the jack plug 31 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no 34 0 - 0ms, 35 1 - 125ms, [all …]
|
H A D | nau8824.txt | 6 - compatible : Must be "nuvoton,nau8824" 8 - reg : the I2C address of the device. This is either 0x1a (CSB=0) or 0x1b (CSB=1). 11 - nuvoton,jkdet-polarity: JKDET pin polarity. 0 - active high, 1 - active low. 13 - nuvoton,vref-impedance: VREF Impedance selection 14 0 - Open 15 1 - 25 kOhm 16 2 - 125 kOhm 17 3 - 2.5 kOhm 19 - nuvoton,micbias-voltage: Micbias voltage level. 20 0 - VDDA [all …]
|
/freebsd-src/sys/dev/usb/input/ |
H A D | wsp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 109 .z_factor = 5, 124 WSP_CLAMP(ptun->scale_factor, 1, 63); in wsp_runing_rangecheck() 125 WSP_CLAMP(ptun->z_factor, 1, 63); in wsp_runing_rangecheck() 126 WSP_CLAMP(ptun->z_invert, 0, 1); in wsp_runing_rangecheck() 127 WSP_CLAMP(ptun->pressure_touch_threshol in wsp_runing_rangecheck() 167 uint8_t button; /* left button */ global() member 203 uint8_t button; /* offset to button data */ global() member [all...] |
/freebsd-src/usr.sbin/moused/ |
H A D | moused.c | 2 ** SPDX-License-Identifier: BSD-4-Clause 82 /* Abort 3-button emulation delay after this many movement events. */ 88 #define MOUSE_XAXIS (-1) 89 #define MOUSE_YAXIS (-2) 114 #define tsclr(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) 116 (((tvp)->tv_sec == (uvp)->tv_sec) ? \ 117 ((tvp)->tv_nsec cmp (uvp)->tv_nsec) : \ 118 ((tvp)->tv_sec cmp (uvp)->tv_sec)) 121 (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec; \ 122 (vvp)->tv_nsec = (tvp)->tv_nsec - (uvp)->tv_nsec; \ [all …]
|