Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

terminfo problem while using rogcat #83

Closed francozappa closed 6 years ago

francozappa commented 6 years ago

Hi,

referring to https://github.com/flxo/rogcat/issues/13

I'm not able to launch rogcat that is reporting a Failed to lock terminal because of a term problem. As discussed in the linked issue the problem might be related with parsing terminfo files

Some extra info about my machine:

Linux x1 4.14.27-1-MANJARO #1 SMP PREEMPT Thu Mar 15 19:47:13 UTC 2018 x86_64 GNU/Linux
ncurses 6.1-3
xterm 331-1
cargo 0.25.0 (96d8071da 2018-02-26)
rustc 1.24.1 (d3ae9a9e0 2018-02-27)

Could you please help me?

Stebalien commented 6 years ago

Support for ncurses 6.1 was added in term 0.5. Unfortunately, this needed a version bump as it changed some exposed interfaces.

Stebalien commented 6 years ago

Should be fixed by: https://github.com/flxo/rogcat/pull/14