Home
last modified time | relevance | path

Searched refs:termcap (Results 1 – 25 of 77) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dtermlib.c77 FILE *termcap; in tgetent() local
116 if (!(termcap = mch_fopen(tcap, "r"))) in tgetent()
123 while (getent(tbuf + len, term, termcap, TBUFSZ - len)) in tgetent()
128 rewind(termcap); in tgetent()
138 fclose(termcap); in tgetent()
143 getent(char *tbuf, char *term, FILE *termcap, int buflen) in getent() argument
148 while (nextent(tbuf, termcap, buflen)) // For each possible entry in getent()
175 nextent(char *tbuf, FILE *termcap, int buflen) in nextent() argument
181 fgets(lbuf, (int)(tbuf+buflen-lbuf), termcap)) // another line in nextent()
H A Dconfig.h.in15 /* Define when termcap.h contains ospeed */
21 /* Define when termcap.h contains UP, BC and PC */
27 /* Define when termcap.h defines outfuntype */
H A Dconfigure.ac3288 sys/select.h sys/utsname.h termcap.h fcntl.h \
3451 *) tlibs="tinfo ncurses termlib termcap curses";;
3461 # include <termcap.h>
3497 # include <termcap.h>
3526 # include <termcap.h>
3550 # include <termcap.h>
3558 # include <termcap.h>
3569 # include <termcap.h>
3577 # include <termcap.h>
3588 # include <termcap.h>
[all …]
H A DREADME.md87 term.c | terminal handling, termcap codes
/vim-8.2.3635/runtime/doc/
H A Dterm.txt35 *termcap* *terminfo* *E557* *E558* *E559*
61 'ttybuiltin' on 1: builtin termcap 2: external termcap
62 'ttybuiltin' off 1: external termcap 2: builtin termcap
237 supported by the builtin_xterm termcap.
298 termcap. When the termcap flag is present, the option will be set to "y".
374 |termcap-cursor-shape|
599 *termcap-colors*
606 *termcap-cursor-shape* *termcap-cursor-color*
623 *termcap-title*
628 cannot be obtained from an external termcap. However, the builtin termcap
[all …]
H A Dversion4.txt20 Terminal options changed |termcap-changed|
92 In 4.0 the code for the backspace and delete key is obtained from termcap or
198 Terminal options changed *termcap-changed*
201 The names of the terminal options have been changed to match the termcap names
203 the termcap name. Normally these options are not used, unless you have a
204 termcap entry that is wrong or incomplete, or you have set the highlight
207 Note that for some keys there is no termcap name. Use the <> type of name
237 t_te t_te out of termcap mode
238 t_ts t_ti into termcap mode *t_ts_old*
H A Dtips.txt138 They not necessarily do the same thing, as this may be a termcap vs.
140 describing attributes of a particular type of terminal: termcap and
142 the programs in question one uses terminfo and the other uses termcap
152 On startup, vim echoes the value of the termcap variable ti (terminfo:
157 Compare your xterm termcap entry (found in /etc/termcap) with your xterm
163 the complete termcap and terminfo database for consistency.
169 change your termcap, you can add these lines to your .vimrc: >
H A Dos_amiga.txt41 If you want to use different colors set the termcap codes:
H A Dvarious.txt361 m *+cursorshape* |termcap-cursor-shape| support
467 *+terminfo* uses |terminfo| instead of termcap
472 *+tgetent* non-Unix only: able to use external termcap
H A Dintro.txt474 <t_xx> key with "xx" entry in termcap
484 value, in which case this value is obtained from the termcap entry "kD". Both
511 <t_kd> "kd" termcap entry (cursor down key)
H A Dquickref.txt575 |:set| :se[t] all show all non-termcap options
576 |:set| :se[t] termcap show all termcap options
964 'ttybuiltin' 'tbi' use built-in termcap before external termcap
H A Dmap.txt552 the key code for the key is in the termcap (the t_ options), it will
564 3. Use the termcap entry, with the form <t_xx>, where "xx" is the name of the
565 termcap entry. Any string entry can be used. For example: >
573 terminal you are using. The termcap must be correct for this to work, and you
912 For xterm modifyOtherKeys is enabled in the builtin termcap entry. If this is
/vim-8.2.3635/runtime/syntax/
H A Dptcap.vim2 " Language: printcap/termcap database
60 " If editing a termcap file, an entry in the database is terminated by
H A Dscreen.vim219 \ termcap
/vim-8.2.3635/runtime/
H A Dtermcap2 # Demonstration of a termcap file (for the Amiga and Archimedes)
56 # Amiga termcap by Bram Moolenaar
H A Dbugreport.vim56 :set termcap
/vim-8.2.3635/src/testdir/
H A Dtest_startup_utf8.vim66 " Use the title termcap entries to output the escape sequence.
H A Dtest_tab.vim8 " make sure that backspace works, no matter what termcap is used
H A Dtest_let.vim242 call assert_match('t_te.*^[[yes;', execute("set termcap"))
249 call assert_match('t_k1.*that', execute("set termcap"))
H A Dtest_termcodes.vim1909 " use external termcap first
1913 " when using external termcap may get something else, but it must not be
1918 " use internal termcap first
1938 call assert_match('Not found in termcap', term_getline('', 12))
2317 " Test for terminal keycodes that doesn't have termcap entries
H A Dtest_terminal.vim1564 " Use the title termcap entries to output the escape sequence.
1682 " Use the title termcap entries to output the escape sequence.
1705 " Use the title termcap entries to output the escape sequence.
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po3517 msgid "E522: Not found in termcap"
4422 msgid "E557: Cannot open termcap file"
4423 msgstr "E557: 無法開啟 termcap 檔案"
4428 msgid "E559: Terminal entry not found in termcap"
4429 msgstr "E559: termcap 中沒有終端機資料項"
4432 msgid "E436: No \"%s\" entry in termcap"
4433 msgstr "E436: termcap 沒有 \"%s\" entry"
H A Daf.po3491 msgid "E522: Not found in termcap"
3492 msgstr "E522: Nie gevind in 'termcap' nie"
4379 msgid "E557: Cannot open termcap file"
4380 msgstr "E557: Kan nie 'termcap'-l�er oopmaak nie"
4385 msgid "E559: Terminal entry not found in termcap"
4386 msgstr "E559: Terminaalinskrywing nie in 'termcap' gevind nie"
4389 msgid "E436: No \"%s\" entry in termcap"
4390 msgstr "E436: Geen \"%s\" inskrywing in termcap nie"
H A Dja.euc-jp.po4071 msgid "E522: Not found in termcap"
4072 msgstr "E522: termcap ��˸��Ĥ���ޤ���"
5645 msgid "E557: Cannot open termcap file"
5646 msgstr "E557: termcap�ե���������ޤ���"
5651 msgid "E559: Terminal entry not found in termcap"
5652 msgstr "E559: termcap��ü������ȥ���Ĥ����ޤ���"
5655 msgid "E436: No \"%s\" entry in termcap"
5656 msgstr "E436: termcap�� \"%s\" �Υ���ȥ꤬����ޤ���"
H A Dko.UTF-8.po4198 msgid "E522: Not found in termcap"
4199 msgstr "E522: termcap에서 찾을 수 없습니다"
5640 msgid "E557: Cannot open termcap file"
5641 msgstr "E557: termcap 파일을 열 수 없습니다"
5646 msgid "E559: Terminal entry not found in termcap"
5647 msgstr "E559: 터미널 항목을 termcap에서 찾을 수 없습니다"
5650 msgid "E436: No \"%s\" entry in termcap"
5651 msgstr "E436: termcap에 \"%s\" 항목이 없습니다"

1234