Lines Matching +refs:csh +refs:else +refs:re
507 # if you're in doubt about what `ANSI' matches yours, try them in that
884 # under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
2235 # else the application may fail. It is also expected that applications will
2617 # you can use the escape key in emacs and everything else which needs it.
2848 # else if (key < 21) then value = key + 1;
2849 # else if (key < 25) then value = key + 2;
2850 # else if (key < 27) then value = key + 3;
2851 # else if (key < 30) then value = key + 4;
2852 # else value = key + 5;
2989 # To determine the version of Terminal.app you're using by running:
3005 # might work too, but really you're on your own here since these
3011 # For GNUstep_Terminal, you're probably best off using "linux" or
3014 # For MacTelnet, you're on your own. It's a different codebase, and
3026 # status line won't work with these entries. They're primarily useful
3105 # If you're looking for a description of the full-screen system
3164 # else
3175 # else
3577 # If you're looking for a description of the Terminal.app terminal
4207 # they're transmitted in the order shift, control, alt.
5372 # SGR 39 or 49. SGR 0 does reset colors (along with everything else). This
5452 # kf1 and kf10 are not tested since they're assigned (hardcoded?) to menu
9381 # added empty <acsc> to avoid warnings re <smacs>/<rmacs> --esr)
9922 # the normal highlight is bold and standout is dim plus something else
11094 # (I know what you're thinking; if it's emulating a vt52, then why
11625 # then set msgr, else use msgr@.
12717 # Avatar escapes not used by these entries (because maybe you're smarter
14210 # can't be found on the Web; I fear they're long dead. R.I.P.
14343 # If you're using the GNU termcap library, add
14748 # As of 1995 these people no longer make terminals (they're still in the
14750 # They're located in Orange County, CA.
15045 # John Martin <john@hds.com> is their termcap expert. They're mostly out of
15143 # Unfortunately, if you're sending raster bits through to be
16631 # (f200: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
16915 # They're now (1998) a subsidiary of General Electric, operating under the
17930 # Cursor key definitions removed because they interfere with vi and csh keys.
18307 # There is an NCR4103 terminal that's just a re-badged Wyse-50.
19197 # (tek4013: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
19203 # (tek4015: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
19209 # (tek4015-sm: added <acsc> to suppress tic warnings re <smacs>/<rmacs> --esr)
19872 # depending on what you're in.
21772 # \E[20l Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
22295 # but they're long gone now (1995).
22534 # (they've gone to ASICs and FPGAs), but I doubt they're in the computer
22551 # I think they're out of business.
22947 # (If you're interested in adding some of the tam calls to ncurses, btw, I
22965 # re-enabled. Here are the relevant control sequences (from the ESCAPE(7)
23036 # they're confirmed by the man page for the System V display---esr)
23120 # :rv=\EH:re=\EI:rg=0:GG=0:\
23130 # I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
23131 # "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
23639 # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
24731 # * Translate all home=\E[;H capabilities to home=\E[H, they're
24759 # * Add xon to a number of console entries, they're memory-mapped and
25051 # * remove bold/underline from sun console entries since they're not
25589 # * re-corrected acsc string for vt52 -TD
25678 # * fix a few typos in if/then/else expressions -TD