GameOfLife icon indicating copy to clipboard operation
GameOfLife copied to clipboard

terminal missing capability: 'smcup'

Open petrkutalek opened this issue 6 years ago • 3 comments

This seems to be nice project, however I could not test it:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { err: StringError("terminal missing capability: \'smcup\'") }', src/libcore/result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` for a backtrace

Do you think it could be fixed via any settings?

petrkutalek avatar Jan 29 '19 21:01 petrkutalek

Thanks for the report. It's been quite awhile since I've touched this project unfortunately, I can re-download rust sometime this week and possibly take a look though 👍

Syntaf avatar Jan 31 '19 22:01 Syntaf

This seems to fix the issue; please have a look.

slaiyer avatar Oct 21 '20 16:10 slaiyer

@Slaiyer Will check the fix out today. Thanks for your help!

Syntaf avatar Oct 21 '20 16:10 Syntaf