jeaye/sts

error: throw will always call terminate() [-Werror=terminate]

Closed this issue · 0 comments

include/tty.hpp: In destructor 'sts::raw_mode::~raw_mode()':
include/tty.hpp:61:54: error: throw will always call terminate() [-Werror=terminate]
       { throw tty::error{ "failed to reset terminal" }; }

By disabling -Werror it builds again, but you might want to fix it.

Thanks for sts btw, it makes st usable for me :)