troet.cafe ist Teil eines dezentralisierten sozialen Netzwerks, angetrieben von Mastodon.
Hallo im troet.cafe! Dies ist die derzeit größte deutschsprachige Mastodon Instanz zum tröten, neue Leute kennenlernen, sich auszutauschen und Spaß zu haben.

Verwaltet von:

Serverstatistik:

7 Tsd.
aktive Profile

Mehr erfahren

#ncurses

0 Beiträge0 Beteiligte0 Beiträge heute
🎉️ Profanity 0.15.0 has been released 🎉
Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi
🙏️ 9 people contributed to this release.

✨️ Change default download location /url save $someurl will now download to ~/.local/share/profanity/downloads/from_jid/date/filename instead of ~/.local/share/profanity/downloads.
✨️ Introduce /redraw command
✨️ Handle alt+enter as newline char
✨️ ... and more ...

#Profanity #XMPP #ncurses
#obscuretechpost

Yay! I got #ACS chars to print using #ncurses from inside #commonlisp using #cffi

I stole the code from #croatoan !

This means I can use more extended characters in a text interface than just ascii.
Like for example the you can create nice borders with the specific border characters.

C programmers won't be impressed because you can do it right from
C ncurses. But using cffi it is not so obvious because it is implemented using
C macros, and what types and what is happening to go from the symbolic
name of the character to the character itself is not clear. (to me)

I had a request for #procps watch to support OSC 8 escape sequences, these will give a link in a text screen. At the moment, they'll appear something like ^]e8;blah
The issue is watch uses #ncurses and I'm pretty sure that doesn't support OSC 8 so I'm left with having to just strip out the escape sequences and URL possibly.

That seems to be an issue in #lame project. The #autotools file configure.in does not find #ncurses with pkgconfig. Hence, it misses the required compiler flag for static linking. For that, -DNCURSES_STATIC flag has be manually added with CPPFLAGS or CFLAGS or CXXFLAGS variables.

github.com/msys2/MINGW-package

GitHubLatest ncurses update broke linking using pkg-config · Issue #10312 · msys2/MINGW-packagesVon shermp