| /freebsd-14.2/stand/lua/ |
| H A D | screen.lua | 32 local screen = {} 35 screen.default_x = 0 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) 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) 262 screen.setcursor(x, y + i) 264 screen.setcursor(x + w, y + i) [all …]
|
| H A D | menu.lua | 34 local screen = require("screen") 444 screen.clear() 447 screen.defcursor() 532 screen.defcursor() 546 screen.setcursor(x, y) 549 screen.defcursor() 557 screen.setcursor(0, y) 559 screen.defcursor()
|
| H A D | Makefile | 15 screen.lua.8 32 screen.lua
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/usr.bin/mail/ |
| H A D | cmd1.c | 52 static int screen; variable 64 screen = (n-1)/size; in headers() 65 if (screen < 0) in headers() 66 screen = 0; in headers() 67 mp = &message[screen * size]; in headers() 103 s = screen; in scroll() 112 screen = s; in scroll() 120 screen = s; in scroll()
|
| /freebsd-14.2/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" 56 msg_configure_screen_saver="Configure the screen saver" 63 msg_daemon_desc="\"BSD Daemon\" animated screen saver (text)" 82 msg_fade_desc="Fade out effect screen saver" 90 msg_fire_desc="Flames effect screen saver" 182 msg_rain_desc="Rain drops screen saver" 199 msg_snake_desc="Draw a FreeBSD \"snake\" on your screen" [all …]
|
| /freebsd-14.2/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-14.2/contrib/less/ |
| H A D | less.hlp | 29 r ^R ^L Repaint screen. 32 Default "window" is the screen height. 33 Default "half-window" is half of the screen height. 124 -a ........ --search-skip-screen 125 Search skips current screen. 132 -c ........ --clear-screen 137 Set screen colors. 142 -F ........ --quit-if-one-screen 143 Quit if entire file fits on first screen. 241 Redraw final screen when quitting. [all …]
|
| H A D | NEWS | 84 * Status column (-J) shows off-screen matches. 204 * With -F, if screen is resized to make file fit on one screen, don't exit. 269 * Fix regression: make screen repaint when "squished" and 275 Don't count lines in initial screen if using -X with -F. 297 * Redraw screen on SIGWINCH even if screen size doesn't change. 307 * Don't count lines in initial screen if using -X with -F. 556 string is scrolled off screen because -S is in effect. 620 * Don't move to bottom of screen on first page. 856 the first screen. 942 * On Windows, now restores the console screen on exit. [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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
|
| /freebsd-14.2/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 228 terminal screen 258 these (called curscr, for current screen) is a screen image of what 276 screen. 681 physical screen, describing what is actually on the screen, and 803 the screen. 830 the screen is larger. 1050 screen flicker. 1135 5. Refresh the screen. 1335 5. Refresh the screen. 1510 start of a new form screen. [all …]
|
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | theme.c | 40 .screen.color = GET_COLOR(COLOR_BLACK, COLOR_CYAN), 89 .screen.color = GET_COLOR(fg, bk), 136 .screen.color = GET_COLOR(COLOR_CYAN, COLOR_BLUE) | A_BOLD, 185 dst->screen.color = src->screen.color; in set_theme() 230 bkgd(dst->screen.color); in set_theme()
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | lib_freeall.c | 85 if (p->screen != SP_PARM) in NCURSES_EXPORT() 93 if (q->screen != SP_PARM) in NCURSES_EXPORT()
|