Home
last modified time | relevance | path

Searched refs:termcap (Results 26 – 50 of 3280) sorted by relevance

12345678910>>...132

/dports/editors/joe/joe-4.6/
H A DINSTALL.md144 To force JOE to use /etc/termcap file using its built-in termcap file parser
150 (--disable-termcap prevents JOE from using the termcap emulation functions
376 $HOME/.termcap Personal .termcap in your home directory
377 /etc/joe/termcap Joe's termcap file
378 /etc/termcap Normal system termcap file
380 Joe copies its own termcap file to /usr/local/lib/termcap (or
393 ./termidx </etc/termcap >/etc/termcap.idx
455 /etc/termcap.
465 'fansi' termcap entry:
478 Again, copy termcap into '.termcap' in your home directory, but set the
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcompat.c164 static int termcap; variable
268 termcap = 1; in tparm()
329 if (!termcap) in tparm()
406 if (!termcap) in tparm()
430 if (termcap) in tparm()
514 if (!termcap || getarg(termcap-1, INTEGER, &i)) in tparm()
520 if (!termcap || getarg(termcap-1, INTEGER, &i)) in tparm()
538 termcap = 0; in tparm()
583 termcap = 0; in tparm()
594 termcap = 0; in tparm()
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcompat.c164 static int termcap; variable
268 termcap = 1; in tparm()
329 if (!termcap) in tparm()
406 if (!termcap) in tparm()
430 if (termcap) in tparm()
514 if (!termcap || getarg(termcap-1, INTEGER, &i)) in tparm()
520 if (!termcap || getarg(termcap-1, INTEGER, &i)) in tparm()
538 termcap = 0; in tparm()
583 termcap = 0; in tparm()
594 termcap = 0; in tparm()
[all …]
/dports/audio/gnome-music/gnome-music-41.0/subprojects/shared-modules/lame/
H A Dlame-tinfo.patch12 AC_CHECK_HEADERS(termcap.h)
13 AC_CHECK_HEADERS(ncurses/termcap.h)
14 -AC_CHECK_LIB(termcap, initscr, HAVE_TERMCAP="termcap")
17 +AC_CHECK_LIB(termcap, tgetent, HAVE_TERMCAP="termcap")
/dports/devel/ncurses/ncurses-6.3/package/
H A Dncursest.map6 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
7 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
8 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
12 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
15 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
21 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
30 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
31 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
33 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
39 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
[all …]
H A Dncursestw.map6 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
7 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
8 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
12 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
15 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
21 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
30 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
31 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
33 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
39 …ks --disable-root-environ --disable-termcap --enable-getcap --enable-getcap-cache --enable-hard-ta…
[all …]
/dports/x11-toolkits/vte/vte-0.28.2/src/
H A Dvtetc.h35 void _vte_termcap_free(struct _vte_termcap *termcap);
38 gboolean _vte_termcap_find_boolean(struct _vte_termcap *termcap,
42 long _vte_termcap_find_numeric(struct _vte_termcap *termcap, const char *tname,
47 char *_vte_termcap_find_string(struct _vte_termcap *termcap, const char *tname,
53 char *_vte_termcap_find_string_length(struct _vte_termcap *termcap,
H A Dinterpret.c43 struct _vte_termcap *termcap = NULL; in main() local
75 termcap = _vte_termcap_new(g_build_filename(TERMCAPDIR, terminal, NULL)); in main()
76 if (termcap == NULL) { in main()
77 termcap = _vte_termcap_new("/etc/termcap"); in main()
81 matcher = _vte_matcher_new(terminal, termcap); in main()
167 _vte_termcap_free(termcap); in main()
/dports/sysutils/screen/screen-4.8.0/etc/
H A Detcscreenrc6 # Flaws of termcap and standard settings are done here.
19 # all termcap entries are now duplicated as terminfo entries.
39 termcap facit|vt100|xterm LP:G0
43 termcap vt100 dl=5\E[M
48 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
51 #make sun termcap/info better
58 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
65 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
71 termcap xterm|xterms|xs ti=\E7\E[?47l
74 #make hp700 termcap/info better
[all …]
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A DMKcaptab.sh151 _nc_get_table(bool termcap)
153 return termcap ? build_names(cap) : build_names(info);
158 _nc_get_hash_table(bool termcap)
160 return termcap ? _nc_cap_hash_table : _nc_info_hash_table;
164 _nc_get_alias_table(bool termcap)
166 return termcap ? build_alias(cap) : build_alias(info);
220 _nc_get_hash_info(bool termcap)
222 return &hash_data[(termcap != FALSE)];
H A Dcomp_hash.c59 bool termcap = (hash_table != _nc_get_hash_table(FALSE)); in NCURSES_EXPORT() local
60 const HashData *data = _nc_get_hash_info(termcap); in NCURSES_EXPORT()
71 real_table = _nc_get_table(termcap); in NCURSES_EXPORT()
96 bool termcap) in _nc_find_type_entry() argument
99 const HashData *data = _nc_get_hash_info(termcap); in _nc_find_type_entry()
105 const struct name_table_entry *const table = _nc_get_table(termcap); in _nc_find_type_entry()
/dports/devel/gdb761/gdb-7.6.1/readline/examples/autoconf/
H A DBASH_CHECK_LIB_TERMCAP6 AC_MSG_CHECKING(which library has the termcap functions)
11 [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
17 AC_MSG_CHECKING(which library has the termcap functions)
21 LDFLAGS="$LDFLAGS -L./lib/termcap"
22 TERMCAP_LIB="./lib/termcap/libtermcap.a"
23 TERMCAP_DEP="./lib/termcap/libtermcap.a"
/dports/comms/zssh/zssh-1.5c/
H A Daclocal.m48 AC_MSG_CHECKING(which library has the termcap functions)
12 [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
17 AC_MSG_CHECKING(which library has the termcap functions)
21 dnl LDFLAGS="$LDFLAGS -L./lib/termcap"
22 dnl TERMCAP_LIB="./lib/termcap/libtermcap.a"
23 dnl TERMCAP_DEP="./lib/termcap/libtermcap.a"
/dports/devel/gdb/gdb-11.1/readline/readline/examples/autoconf/
H A DBASH_CHECK_LIB_TERMCAP6 AC_MSG_CHECKING(which library has the termcap functions)
11 [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
18 AC_MSG_CHECKING(which library has the termcap functions)
22 LDFLAGS="$LDFLAGS -L./lib/termcap"
23 TERMCAP_LIB="./lib/termcap/libtermcap.a"
24 TERMCAP_DEP="./lib/termcap/libtermcap.a"
/dports/devel/readline/readline-8.1/examples/autoconf/
H A DBASH_CHECK_LIB_TERMCAP6 AC_MSG_CHECKING(which library has the termcap functions)
11 [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
18 AC_MSG_CHECKING(which library has the termcap functions)
22 LDFLAGS="$LDFLAGS -L./lib/termcap"
23 TERMCAP_LIB="./lib/termcap/libtermcap.a"
24 TERMCAP_DEP="./lib/termcap/libtermcap.a"
/dports/x11/xterm/xterm-370/
H A Dresize.c232 print_termcap(const char *termcap) in print_termcap() argument
237 while ((ch = *termcap++) != '\0') { in print_termcap()
332 char termcap[TERMCAP_SIZE]; in main() local
432 if (tgetent(termcap, env) <= 0 || termcap[0] == 0) { in main()
556 i = (int) (ptr - termcap) + 3; in main()
557 strncpy(newtc, termcap, (size_t) i); in main()
569 strncpy(termcap, newtc, (size_t) i); in main()
570 sprintf(termcap + i, "%d", rows); in main()
572 strcat(termcap, ptr); in main()
581 print_termcap(termcap); in main()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/devel/smake/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/devel/schilybase/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/devel/sccs/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/net/rscsi/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/archivers/star/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/editors/ved/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2010-11-1088 - The termcap program now implements a new option -nodisabled
90 compiling a termcap file.
92 - The termcap program now implements a new option -nounknown
93 that automatically removes all unknown termcap entries while
94 compiling a termcap file.
97 that are automatically inserted into the termcap file while
101 - The termcap program now accepts both:
103 ma=mapstring (the historic termcap meaning)
111 - The termcap program now warns of short (single char) termcap entries
113 not permitted by the termcap documentation.
[all …]

12345678910>>...132