urbanists.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a server for people who like bikes, transit, and walkable cities. Let's get to know each other!

Server stats:

540
active users

#ncurses

0 posts0 participants0 posts today
🎉️ 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)