Home
last modified time | relevance | path

Searched +full:vt100 +full:- +full:w (Results 1 – 20 of 20) sorted by relevance

/dragonfly/share/terminfo/
H A DMakefile.entries757 d/dec-vt100 \
1311 m/ms-vt100 \
2156 v/vt100-am \
2157 v/vt100-bm \
2161 v/vt100-nam-w \
2163 v/vt100-nav-w \
2165 v/vt100-s \
2170 v/vt100-w \
2171 v/vt100-w-am \
2172 v/vt100-w-nam \
[all …]
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c118 real_map['w'] = '+'; /* should be tee pointing down */ in NCURSES_SP_NAME()
152 real_map['W'] = '+'; /* tee pointing down */ in NCURSES_SP_NAME()
266 case 0x00b0: /* FALLTHRU - VT100 degree symbol */ in _nc_wacs_width()
267 case 0x00b1: /* FALLTHRU - VT100 plus/minus */ in _nc_wacs_width()
268 case 0x00b7: /* FALLTHRU - VT100 bullet */ in _nc_wacs_width()
277 case 0x23ba: /* FALLTHRU - VT100 scan line 1 */ in _nc_wacs_width()
280 case 0x23bd: /* FALLTHRU - VT100 scan line 9 */ in _nc_wacs_width()
281 case 0x2500: /* FALLTHRU - VT100 horizontal line */ in _nc_wacs_width()
283 case 0x2502: /* FALLTHRU - VT100 vertical line */ in _nc_wacs_width()
299 case 0x2534: /* FALLTHRU - VT100 tee pointing up */ in _nc_wacs_width()
[all …]
/dragonfly/share/tabset/
H A DMakefile5 FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
6 stdcrt tandem653 teleray vt100 vt100-w wyse-adds xerox1720 xerox1730 \
7 xerox1730-lm zenith29
H A Dvt100-w.uu1 begin 644 vt100-w
/dragonfly/share/termcap/
H A Dtermcap.src2531 vt100|dec-vt100|vt100-am|vt100am|dec vt100:\
2548 vt100-nam|dec-vt100-nam|vt100nam|vt100 w/no am:\
2624 vt100-nav|dec-vt100-nav|dec vt100 132 cols 14 lines (w/o advanced video option):\
2625 :li#14:tc=vt100-w:
2626 vt100-w|dec-vt100-w|dec vt100 132 cols (w/advanced video):\
2627 :if=/usr/share/tabset/vt100-w:\
2631 vt100-w-nam|dec-vt100-w-nam|dec vt100 132 cols (w/advanced video), no am:\
2632 :if=/usr/share/tabset/vt100-w:\
2636 vt102|dec-vt102-am|vt102am|vt100 w/adv. video:\
2645 :if=/usr/share/tabset/vt100-w:\
[all …]
H A Dtermcap.5101 .Dq vt100
103 .Dq vt100-w .
107 -w Wide mode (more than 80 columns) vt100-w
108 -am With automatic margins (usually default) vt100-am
109 -nam Without automatic margins vt100-nam
398 acs_chars ac graphics charset pairs - def=vt100
956 .Sy \&bw
995 .Sy \&bw
1010 .Sy \&nw
1018 .Sy \&nw
[all …]
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src2363 vt100|vt100-am|dec vt100 (w/advanced video),
2395 vt100-vb|dec vt100 (w/advanced video) & no beep,
2399 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video),
2402 vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin),
2411 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option),
3249 nsterm-m-acs|nsterm-acs-m|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome),
3252 nsterm-m-s-acs|nsterm-acs-m-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome w/stat…
3255 nsterm-acs|AppKit Terminal.app v41+ w/VT100 alternate-charset (color),
3258 nsterm-c-acs|nsterm-acs-c|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color),
3261 nsterm-s-acs|nsterm-acs-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (color w/statusline),
[all …]
/dragonfly/games/larn/datfiles/
H A Dlarn.help31 u move northeast U run northeast W wear armor
33 n move southeast N run southeast w wield a weapon
40 larn -s list the scoreboard
41 larn -i list scores with inventories
43 larn -h print out all the command line options
44 larn -<number> specify difficulty of the game (may be used with -n)
46 larn -c create new scoreboards -- prompts for a password
54 "TERM" and it must be equal to "vt100". This only applies if
55 the game has been compiled with "VT100" defined in the Makefile. If compiled
61 larn -l print out the larn log file
[all …]
/dragonfly/usr.sbin/installer/installer/
H A Dinstaller.sh17 -o $SOURCE_DIR \
18 -r $RENDEZVOUS \
19 -t $TRANSPORT \
45 if [ "X`tty |cut -c6-9`" == "Xttyd" ]; then
48 …this type of simulated bios often, so we can do better than vt100 (eg:vt220-co, vt320-co, cons50-w)
51 newterm="vt100"
73 # - Uses vidcontrol -s 2 to switch to ttyv1 once the frontend is up.
237 local _ttyv1=$(grep -w "^ttyv1" /etc/ttys)
260 elif [ $# = 1 -a ! -d $1 ]; then
279 rm -f /tmp/ps.txt
[all …]
/dragonfly/games/larn/
H A Dmain.c28 #ifdef VT100
29 static const char *termtypes[] = { "vt100", "vt101", "vt102", "vt103", "vt125",
32 #endif /* VT100 */
67 #ifdef VT100 in main()
77 #ifndef VT100 in main()
79 #endif /* VT100 */ in main()
122 #ifdef VT100 in main()
124 * check terminal type to avoid users who have not vt100 type terminals in main()
137 #endif /* VT100 */ in main()
685 case 'w': in parse()
[all …]
/dragonfly/contrib/ncurses/progs/
H A Dtic.c80 [-w[n]] \
180 DATA(" -W wrap long strings according to -w[n] option") in usage()
182 DATA(" -w[n] set format width for translation output") in usage()
731 * design decision to allow the numeric values for -w, -v options to in main()
744 case 'w': in main()
811 case 'W': in main()
844 case 'w': in main()
1117 * vt100-like is frequently used, but perhaps ena_acs is missing, etc. in check_acs()
1145 _nc_warning("VT100-style rmacs/smacs require enacs"); in check_acs()
1512 * Do a quick sanity-check for vt100-style keypads to see if the 5-key keypad
[all …]
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c43 /* *INDENT-OFF* */ in _nc_init_wacs()
48 /* VT100 symbols */ in _nc_init_wacs()
56 { 'w', { '+', 0x252c }}, /* tee pointing down */ in _nc_init_wacs()
78 { 'y', { '<', 0x2264 }}, /* less-than-or-equal-to */ in _nc_init_wacs()
79 { 'z', { '>', 0x2265 }}, /* greater-than-or-equal-to */ in _nc_init_wacs()
81 { '|', { '!', 0x2260 }}, /* not-equal */ in _nc_init_wacs()
83 /* thick-line-drawing */ in _nc_init_wacs()
91 { 'W', { '+', 0x2533 }}, /* tee pointing down */ in _nc_init_wacs()
95 /* double-line-drawing */ in _nc_init_wacs()
108 /* *INDENT-ON* */ in _nc_init_wacs()
[all …]
/dragonfly/contrib/lvm2/dist/man/
H A Ddmsetup.89 .I [-c|-C|--columns]
18 .I [-f|--force]
21 .I [--nolockfs] [--noflush] device_name
42 .I [--target target_type] [--exec command] [--tree [-o options]]
47 .B dmsetup info -c|-C|--columns
48 .I [--noheadings] [--separator separator] [-o fields] [-O|--sort sort_fields]
95 .IP \fB-c|-C|--columns
133 .IP \fB-v|--verbose\ [-v|--verbose]
157 .I [-c|-C|--columns]
190 Attributes are: (L)ive, (I)nactive, (s)uspended, (r)ead-only, read-(w)rite.
[all …]
H A Ddmsetup.8.in7 .I [-c|-C|--columns]
16 .I [-f|--force]
19 .I [--nolockfs] [--noflush] device_name
40 .I [--target target_type] [--exec command] [--tree [-o options]]
45 .B dmsetup info -c|-C|--columns
46 .I [--noheadings] [--separator separator] [-o fields] [-O|--sort sort_fields]
107 .IP \fB-c|-C|--columns
156 .IP \fB-v|--verbose\ [-v|--verbose]
180 .I [-c|-C|--columns]
209 Attributes are: (L)ive, (I)nactive, (s)uspended, (r)ead-only, read-(w)rite.
[all …]
/dragonfly/contrib/lvm2/dist/tools/
H A Ddmsetup.c1654 #define VT_HD "w"
1669 "---",
2022 buf[3] = info->read_only ? 'r' : 'w'; in _dm_info_status_disp()
2367 …, "Stat", 4, dm_info_status, "attr", "(L)ive, (I)nactive, (s)uspended, (r)ead-only, read-(w)rite.")
2533 "\t [-U|--uid <uid>] [-G|--gid <gid>] [-M|--mode <octal_mode>]\n"
2569 fprintf(out, "dmsetup [--version] [-v|--verbose [-v|--verbose ...]]\n" in _usage()
2570 " [-r|--readonly] [--noopencount] [--nolockfs] [--inactive]\n" in _usage()
2572 " [-c|-C|--columns] [-o <fields>] [-O|--sort <sort_fields>]\n" in _usage()
2580 fprintf(out, "Tree options are: ascii, utf, vt100; compact, inverted, notrunc;\n" in _usage()
2660 else if (!strncmp(s, "vt100", len)) in _process_tree_options()
[all …]
/dragonfly/contrib/file/src/
H A Dencoding.c71 * the text converted into one-file_unichar_t-per-character Unicode in
125 *code = "Unicode text, UTF-32, little-endian"; in file_encoding()
128 *code = "Unicode text, UTF-32, big-endian"; in file_encoding()
137 *code = "Unicode text, UTF-16, big-endian"; in file_encoding()
144 *code_mime = "iso-8859-1"; in file_encoding()
147 *code = "Non-ISO extended-ASCII"; in file_encoding()
221 * make a real mess on VT100-style displays if they're not paired properly,
289 * -1: invalid UTF-8
579 * Edition, July, 1999, pp. I-1 - I-4.
604 209, 229, 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 210, 211, 212, '[', 214, 215,
[all …]
/dragonfly/contrib/ee/
H A Dnew_curse.c524 | the VT100.
528 struct KEYS vt100[] = variable
549 { 3, "\033[w", 0421 }, /* key F9 */
1234 | insert information about keys for a vt100 terminal
1247 for (counter = 0; vt100[counter].length != 0; counter++) in keys_vt100()
1252 Spoint->element = &vt100[counter]; in keys_vt100()
1696 temp -= Temp_Stack[--place];
2102 …fprintf(stderr, "+-------------------- virtual screen ----------------------------------------+\n"…
2470 window->LX--;
3637 j--; in doupdate()
[all …]
/dragonfly/lib/libncurses/include/
H A Dcurses.head76 * configured using --disable-macros.
83 * Expands to 'const' if ncurses is configured using --enable-const. Note that
309 /* VT100 symbols begin here */
317 #define ACS_TTEE NCURSES_ACS('w') /* tee pointing down */
402 #ifdef mblen /* libutf8.h defines it w/o undefining first */
595 #if (__GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 >= 2))
1174 #define wgetstr(w, s) wgetnstr(w, s, -1)
1235 #define winstr(w, s) winnstr(w, s, -1)
1236 #define winchstr(w, s) winchnstr(w, s, -1)
1237 #define winsstr(w, s) winsnstr(w, s, -1)
[all …]
/dragonfly/contrib/tcsh-6/
H A Dtcsh.man468 The ANSI/VT100 sequences for arrow keys are always bound.
582 .Ic delete-char-or-list-or-eof
642 .Ic delete-char-or-list-or-eof
657 .Ic delete-char-or-list-or-eof )
1158 .It ^W
3307 .It Li w
3557 .Fl w
8221 .It Li %w
8226 .It Li \&%W
8666 .It Li \&%W
[all …]
/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.h848 ** -------------------------------------------------------------------------------
1406 ** ------------------------------------------------------------------------------------------------…
1408 ** ------------------------------------------------------------------------------------------------…
1410 ** ------------------------------------------------------------------------------------------------…
1412 ** ------------------------------------------------------------------------------------------------…
1414 ** ------------------------------------------------------------------------------------------------…
1416 ** ------------------------------------------------------------------------------------------------…
1418 ** ------------------------------------------------------------------------------------------------…
2394 …asion to assert PME# and implements this dummy R/W bit only for the purpose of working around an O…
5393 ** The low level command interface is exclusive with VT100 terminal
[all …]