Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

talon repl prints "cannot read termcap database" before every line on Ubuntu gnome-terminal #358

Closed
rntz opened this issue Jul 24, 2021 · 1 comment
Labels

Comments

@rntz
Copy link

rntz commented Jul 24, 2021

Open talon v0.2.0-8 repl in gnome-terminal on Ubuntu 20.04.02 and every line looks like this:

Cannot read termcap database;
using dumb terminal settings.
Talon REPL | Python 3.9.5 (default, Jul 22 2021, 15:44:35) [GCC 7.5.0] on linux)
>>> 
Cannot read termcap database;
using dumb terminal settings.
Cannot read termcap database;
using dumb terminal settings.
>>> 
Cannot read termcap database;
using dumb terminal settings.
Cannot read termcap database;
using dumb terminal settings.
>>> 

According to a user in slack this also occurs on Ubuntu 21.04.

@lunixbochs
Copy link

Fixed in the v0.2.0-101 beta, even for terminals that are actually not in the termcap/terminfo database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants