/freebsd/stand/lua/ |
H A D | screen.lua | 32 local screen = {} 35 screen.default_x = 1 36 screen.default_y = 25 38 function screen.clear() 42 function screen.setcursor(x, y) 46 function screen.setforeground(color_value) 53 function screen.setbackground(color_value) 60 function screen.defcolor() 64 function screen.defcursor() 65 screen.setcursor(screen.default_x, screen.default_y) [all …]
|
H A D | password.lua | 31 local screen = require("screen") 42 screen.clear() 43 screen.defcursor() 55 screen.setcursor(prompt_length + 2, screen.default_y) 104 screen.defcursor()
|
H A D | drawer.lua | 33 local screen = require("screen") 160 screen.setcursor(x, y + i - 1) 189 screen.setcursor(x, y + effective_line_num) 201 screen.setcursor(x, y + effective_line_num) 246 screen.setcursor(x, y); printc(tl) 247 screen.setcursor(x, y + h); printc(bl) 248 screen.setcursor(x + w, y); printc(tr) 249 screen.setcursor(x + w, y + h); printc(br) 251 screen.setcursor(x + 1, y) 256 screen.setcursor(x + 1, y + h) [all …]
|
H A D | menu.lua | 34 local screen = require("screen") 448 screen.clear() 451 screen.defcursor() 536 screen.defcursor() 551 screen.setcursor(x, y) 554 screen.defcursor() 565 screen.setcursor(1, y) 567 screen.defcursor()
|
H A D | Makefile | 14 screen.lua.8 31 screen.lua
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | terminfo | 34 # platform, SystemV screen dumps do not. They came later, and that detail was 39 0 beshort 0433 SVr2 curses screen image, big-endian 41 0 beshort 0434 SVr3 curses screen image, big-endian 42 0 beshort 0435 SVr4 curses screen image, big-endian 44 0 leshort 0433 SVr2 curses screen image, little-endian 45 0 leshort 0434 SVr3 curses screen image, little-endian 46 0 leshort 0435 SVr4 curses screen image, little-endian 56 >>>>>>>7 regex \^BG=[0-9]+,[0-9]+, Solaris xcurses screen image 58 # ncurses5 (and before) did not use a magic number, making screen dumps "data". 60 0 string \210\210\210\210ncurses ncurses6 screen image [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | magic | 63 # platform, System V screen dumps do not. They came later, and that detail was 68 0 beshort 0433 SVr2 curses screen image, big-endian 69 0 beshort 0434 SVr3 curses screen image, big-endian 70 0 beshort 0435 SVr4 curses screen image, big-endian 72 0 leshort 0433 SVr2 curses screen image, little-endian 73 0 leshort 0434 SVr3 curses screen image, little-endian 74 0 leshort 0435 SVr4 curses screen image, little-endian 84 >7 regex \^BG=[0-9]+,[0-9]+, Solaris xcurses screen image 86 # ncurses5 (and before) did not use a magic number, making screen dumps "data". 88 0 string \210\210\210\210ncurses ncurses6 screen image [all …]
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | use_screen.c | 39 use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data) in NCURSES_EXPORT() 46 (void *) screen, in NCURSES_EXPORT() 56 set_term(screen); in NCURSES_EXPORT() 58 code = func(screen, data); in NCURSES_EXPORT()
|
H A D | entries.c | 132 _nc_lock_global(screen); in _nc_leaks_tinfo() 142 _nc_unlock_global(screen); in _nc_leaks_tinfo()
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | imx6ul_tsc.txt | 10 This xnur-gpio returns to low once the finger leave the touch screen (The 15 Before X-axis or Y-axis measurement, the screen need some time before 17 This value depends on the touch screen. 18 - pre-charge-time: the touch screen need some time to precharge. 19 This value depends on the touch screen.
|
/freebsd/usr.bin/mail/ |
H A D | cmd1.c | 46 static int screen; variable 58 screen = (n-1)/size; in headers() 59 if (screen < 0) in headers() 60 screen = 0; in headers() 61 mp = &message[screen * size]; in headers() 97 s = screen; in scroll() 106 screen = s; in scroll() 114 screen = s; in scroll()
|
/freebsd/usr.sbin/bsdconfig/console/include/ |
H A D | messages.subr | 29 hline_choose_a_screen_map="Choose a screen map" 30 hline_choose_a_screen_saver="Choose a nifty-looking screen saver" 34 msg_beastie_desc="\"BSD Daemon\" animated screen saver (graphics)" 38 msg_blank_desc="Blank screen" 53 msg_choose_alternate_screen_font="Choose an alternate screen font" 56 msg_configure_screen_saver="Configure the screen saver" 63 msg_daemon_desc="\"BSD Daemon\" animated screen saver (text)" 72 msg_enter_timeout_period="Enter time-out period in seconds for screen saver" 82 msg_fade_desc="Fade out effect screen saver" 90 msg_fire_desc="Flames effect screen saver" [all …]
|
/freebsd/share/examples/bootforth/ |
H A D | boot.4th | 4 \ Load the screen manipulation words 8 cr .( - screen.4th...) 9 s" /boot/screen.4th" O_RDONLY fopen dup fload fclose
|
H A D | loader.rc | 12 \ Load the screen manipulation words 14 cr .( - screen.4th...) 15 s" /boot/screen.4th" O_RDONLY fopen dup fload fclose
|
H A D | README | 17 screen.4th helpful words for screen manipulation. 18 frames.4th basic frame drawing primitives. Requires screen.4th.
|
H A D | screen.4th | 3 marker task-screen.4th 17 : clear ( -- ) \ clear screen
|
/freebsd/contrib/less/ |
H A D | less.hlp | 23 ESC-) RightArrow * Right one half screen width (or _N positions). 24 ESC-( LeftArrow * Left one half screen width (or _N positions). 29 r ^R ^L Repaint screen. 30 R Repaint screen, discarding buffered input. 32 Default "window" is the screen height. 33 Default "half-window" is half of the screen height. 129 -a ........ --search-skip-screen 130 Search skips current screen. 137 -c ........ --clear-screen 142 Set screen color [all...] |
H A D | NEWS | 32 * Fix bug using --header when file does not fill screen (github #556). 124 * Fix bug that made ESC-} fail if top line on screen was empty (github #429). 218 * Status column (-J) shows off-screen matches. 338 * With -F, if screen is resized to make file fit on one screen, don't exit. 361 * g command with no number will ignore -j and put first line at top of screen. 403 * Fix regression: make screen repaint when "squished" and 409 Don't count lines in initial screen if using -X with -F. 431 * Redraw screen on SIGWINCH even if screen siz [all...] |
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 25 For example a device with some kind of screen, where the user is supposed to 27 mounted on the same chassis as this screen, will likely take the screen as 29 screen and (z) being depth, the axis perpendicular to the screen. 31 For a screen you probably want (x) coordinates to go from negative on the left 33 and (z) depth to be negative under the screen and positive in front of it, 55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device 56 is held with its screen flat on the planets surface and 0 on the other axes, 132 device with a screen lying flat on a table), you should get a negative value
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 118 screen-painting and input-event handling which presents a high level 119 screen model to the programmer, hiding differences between terminal 120 types and doing automatic optimization of output to change one screen 137 provide screen-handling for the vi editor; these used the termcap 173 * Support for multiple screen highlights (BSD curses could only 178 * Support for pads (windows of larger than screen size on which the 179 screen or a subwindow defines a viewport). 185 even on terminals that leave "magic cookies" on the screen to mark 217 A data structure describing a sub-rectangle of the screen 218 (possibly the entire screen). You can write to a window as [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | ssd1307fb.txt | 11 - solomon,height: Height in pixel of the screen driven by the controller 12 - solomon,width: Width in pixel of the screen driven by the controller 13 - solomon,page-offset: Offset of pages (band of 8 pixels) that the screen is 22 - solomon,col-offset: Offset of columns (COL/SEG) that the screen is mapped to.
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | usage.hlp | 4 [press the PageDown key to go to the next screen when you finish 26 aren't being shown (due to insufficient screen space). In text 49 that may have scrolled off the screen. To use scroll-back, press the 56 the screen. 61 to the screen you wish to see. By default, the system comes with 8
|
H A D | options.hlp | 1 The following options may be set from this screen. 74 Editor: Specify which screen editor to use. 78 thrown unceremoniously into a screen editor. A relatively 79 simplistic editor which shows its command set on-screen is
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-el15203000.txt | 12 Screen light tube LED which surrounds vending machine screen and 56 /* screen frame */ 59 function = "screen";
|
/freebsd/contrib/bsddialog/lib/ |
H A D | theme.c | 57 .screen.color = WHITE, 106 .screen.color = GET_COLOR(COLOR_CYAN, COLOR_BLUE) | A_BOLD, 157 dst->screen.color = src->screen.color; in set_theme() 204 bkgd(dst->screen.color); in set_theme()
|