Alexander Kjäll

Results 38 comments of Alexander Kjäll

I can't really think of any use case where you would want to print those kind of control characters "raw", maybe if want to build a hex editor, but even...

link to issues: ncurses: https://github.com/jeaye/ncurses-rs/issues/196 pancurses: https://github.com/ihalila/pancurses/issues/77

Just another datapoint: I see the same problem with Ctrl + Numpad N on gnome-terminal with the ncurses backend

A problem with using crossterm by default is that it links against a library that's called BearLibTerminal, and that isn't packaged by debian/ubuntu yet it seems like, that would limit...

Sorry, I got stuff mixed up, I tried different backends and mixed the blt and the crossterm one. I didn't know about the ABI compability between ncurses 5 and 6,...

This is due to the peculiarities of how the Debian resolution of source packaged work, I'll try to explain why I packaged it. ## Problem statement I would like to...

I think many build cross platform without trouble as it is today, we also package windows api crates for example: https://packages.debian.org/sid/librust-winapi-dev I don't know if all of them have gotten...

Sorry for the missed import thing, have pushed a new commit that fixes that.

The test failure was "The certificate was not trusted." on macos, this doesn't happen on my linux box, and I don't own a mac so I can't try to reproduce...

I have managed to reproduce the test-failure on a friends mac, so it's not just a fluke error. But I'm still clueless on why this happens, will report back if...