8000 Is it possible to run dvtm on FreeBSD (with a sane terminal) ? · Issue #79 · martanne/dvtm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Is it possible to run dvtm on FreeBSD (with a sane terminal) ? #79
Open
@rsyncnet

Description

@rsyncnet

I have never had any problems running dvtm on older FreeBSD installations. It "just works" and I see 'rxvt' defined as my TERM variable. This is dvtm 0.5.2 on FreeBSD 7.x.

Now, however, on an up to date FreeBSD 11.0 and dvtm 0.15, I cannot run dvtm without this error:

csh: cannot open /etc/termcap
csh: using dumb terminal settings

... and the result is that dvtm works, but instead of the nice extended ASCII lines, my window borders are all made of 'q' and 'x' characters and none of my ncurses commands will run, can't run vi, etc. ("vi: No terminal database found")

My best attempt at solving this was to convert dvtm.info into termcap format:

infotocap dvtm.info >> /etc/termcap

... and then rebuild the termcap database:

cap_mkdb /etc/termcap

... which completes without errors, but does not solve the problem or change the behavior at all. Since FreeBSD uses termcap, converting terminfo to termcap loses some things because of the 1023 byte limit.

Alternatively:

I have set BOTH my TERM and DVTM_TERM environment variables to xterm-256color and executed dvtm with the following command line:

TERM='xterm-256color' DVTM_TERM='xterm-256color' dvtm

.... but nothing changed. Still "cannot open /etc/termcap".

How may I run dvtm on FreeBSD ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0