Meino Christian Cramer wrote:
[...]
Hi Tony, hi Yakov! :)

 the term information database on my system is not the problem in that
 way. What I am trying to try :) is to dump the builtin term settings
of vim in a way so I can manipulate the systems term settings, cause "many systems carry faulty termcap/terminfo databases". So -- if vims
 terminfo settings for a certain terminal are better -- why not to use
 them system wide ?

 It is not the problem to dump and or reveal the terminfos of my
 Linux.... :)

 Keep hacking!
 mcc


Well,

        :redir > termcap.txt
        :set termcap
        :redir END

You may still have to do some editing before the file can be used as input to the terminfo compiler.

See
        man 5 terminfo
        man 1 tic

from the shell.


Best regards,
Tony.

Reply via email to