Searched +refs:tty +refs:color +refs:clear (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Demx.src40 # Special "terminals". These are used to label tty lines when you don't
45 dumb|80-column dumb tty,
66 glasstty|classic glass tty interpreting ASCII control characters,
70 clear=^L,
136 # ANSI.SYS color control.
138 klone+color|color control for ansi.sys and ISO6429-compatible displays,
146 # This is better than klone+color, it doesn't assume white-on-black as the
147 # default color pair, but many `ANSI' terminals don't grok the <op> cap.
148 ecma+color|colo
[all...]
H A Dterminfo.src160 # -m Monochrome. Suppress color support
295 # Special "terminals". These are used to label tty lines when you don't
300 dumb|80-column dumb tty,
310 glasstty|classic glass tty interpreting ASCII control characters,
313 bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ht=^I, kcub1=^H,
316 vanilla|dumb tty,
347 clear=\E[H\E[J, ed=\E[J, el=\E[K,
428 # ANSI.SYS color control. The setab/setaf caps depend on the coincidence
429 # between SVr4/XPG4's color numbers and ANSI.SYS attributes. Here are longer
435 klone+color|colo
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/test/
H A Dunit.rb127 opts.on '--color[=WHEN]',
130 options[:color] = c || :always
133 opts.on '--tty[=WHEN]',
135 "force to output tty control. WHEN defaults to 'yes'", "or can be 'no'." do |c|
136 @tty = c != :no
501 @worker.clear
677 options[:job_status] ||= :replace if @tty && !@verbose
678 case options[:color]
680 color = true
682 color
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtcsh.vim51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
86 \ change-till-end-of-line clear-screen complete-word
103 \ transpose-gosling tty-dsusp tty-flush-output tty-sigintr
104 \ tty-sigquit tty-sigtsusp tty-start-output tty
[all...]
H A Daml.vim7 " FUTURE CODING: Bold application commands after &sys, &tty
15 syntax clear
27 syn keyword amlArcCmd contained cartw[rite] cartwrite cei[l] cel[lvalue] cen[troidlabels] cgm cgme[scape] cha[nge] checkin checkinrel checkout checkoutrel chm[od] chown chownt[ransaction] chowntran chowntransaction ci ci[rcle] cir class classp[rob] classs[ig] classsample clean clear clears[elect] clip clipg[raphextent] clipm[apextent] clo[sedatabase] cntvrt co cod[efind] cog[oinverse] cogocom cogoenv cogomenu coll[ocate] color color2b[lue] color2g[reen] color2h[ue] color2r[ed] color2s[at] color2v[al] colorchart coloredit colorh[cbs] colorhcbs colu[mns] comb[ine] comm[ands] commands con connect connectu[ser] cons[ist] conto[ur] contr[olpoints] convertd[oc] convertdoc converti[mage] convertla[yer] convertli[brary] convertr[emap] convertw[orkspace] coo[rdinate] coordinate coordinates copy copyf[eatures] copyi[nfo] copyl[ayer] copyo copyo[ut] copyout copys[tack] copyw[orkspace] copyworkspace cor corr[idor] correlation cos cosh costa[llocation] costb[acklink] costd[istance] costp[ath] cou[ntvertices]
62 syn keyword amlDir contained abbreviations above all aml amlpath append arc args atool brief by call canvas cc center cl codepage commands conv_watch_to_aml coordinates cr create current cursor cwta dalines data date_format delete delvar describe dfmt digitizer display do doend dv echo else enable encode encrypt end error expansion fail file flushpoints force form format frame fullscreen function getlastpoint getpoint goto iacreturn if ignore info inform key keypad label lc left lf lg list listchar listfiles listglobal listheader listlocal listprogram listvar ll lp lr lv map matrix menu menupath menutype mess message[s] modal mouse nopaging off on others page pause pinaction popup position pt pulldown push pushpoint r repeat return right routine run runwatch rw screen seconds select self setchar severity show sidebar single size staggered station stop stripe sys system tablet tb terminal test then thread to top translate tty ty type uc ul until ur usage w warning watch when while window workspace
66 syn keyword amlOutput contained inform warning error pause stop tty ty type
120 syn region amlSkip matchgroup=amlOutput start="&tty" end="$" contains=amlVar
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim6 let s:values = split("azimuth background background-attachment background-color background-image background-position background-repeat border bottom border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width caption-side clear clip color content counter-increment counter-reset cue cue-after cue-before cursor display direction elevation empty-cells float font font-family font-size font-style font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-right margin-left margin-top margin-bottom max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow padding padding-top padding-right padding-bottom padding-left page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout text-align text-decoration text-indent text-transform top unicode-bidi vertical-align visibility voice-family volume white-space width widows word-spacing z-index")
110 elseif prop == 'background-color'
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dllib-lncurses34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
155 short color,
214 short color,
230 short color,
411 #undef clear
412 int clear(void)
1304 /* ./tty/lib_mvcur.c */
1844 /* ./tty/lib_tstp.c */
1871 /* ./tty/lib_vidatt
[all...]
H A Dllib-lncursest34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
155 short color,
217 short color,
233 short color,
414 #undef clear
415 int clear(void)
1308 /* ./tty/lib_mvcur.c */
1848 /* ./tty/lib_tstp.c */
1875 /* ./tty/lib_vidatt
[all...]
H A Dllib-lncursesw34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
192 short color,
251 short color,
267 short color,
448 #undef clear
449 int clear(void)
1812 /* ./tty/lib_mvcur.c */
2354 /* ./tty/lib_tstp.c */
2381 /* ./tty/lib_vidatt
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src135 # -m Monochrome. Suppress color support
270 # Special "terminals". These are used to label tty lines when you don't
275 dumb|80-column dumb tty:\
285 glasstty|classic glass tty interpreting ASCII control characters:\
381 # ANSI.SYS color control. The setab/setaf caps depend on the coincidence
382 # between SVr4/XPG4's color numbers and ANSI.SYS attributes. Here are longer
388 klone+color|color control for ansi.sys and ISO6429-compatible displays:\
392 # This is better than klone+color, it doesn't assume white-on-black as the
393 # default color pai
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex1330 % by default, use a color that is dark enough to print on paper as
2424 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2426 % or `code' (@kbd uses normal tty font always).
3546 % @clear VAR clears (i.e., unsets) the variable VAR.
3548 \parseargdef\clear{%
3609 % defined with @set, or has been undefined with @clear.
5198 % It is abundantly clear what they are.
5492 % also clear it, so that its embedded environments do the narrowing again.
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex1330 % by default, use a color that is dark enough to print on paper as
2424 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2426 % or `code' (@kbd uses normal tty font always).
3546 % @clear VAR clears (i.e., unsets) the variable VAR.
3548 \parseargdef\clear{%
3609 % defined with @set, or has been undefined with @clear.
5195 % It is abundantly clear what they are.
5494 % also clear it, so that its embedded environments do the narrowing again.

Completed in 314 milliseconds