tinyfugue
tinyfugue copied to clipboard
Tinyfugue MUD client (tf) with UTF-8 patches for Unicode MUDs.
CI check
Can you update the CI check to run autoconf first? Getting these merges done while tracking 'configure' is just going to be a hassle. We shouldn't really be tracking that...
I just noticed that HILITE/Bold is broken in this build. I went back through and it's broken before I ever got involved. I just tried the last check-in before I...
Status bar math doesn't take into account UTF8 characters properly. Easily seen with variable width status entries on the left containing UTF8 characters and fixed width ones on the right,...
Accidentally got my terminal hardcoded, set to hardcode-vt100 and noticed there's a bug. Initial status line seems to start one space in, which messes up a ton of things. My...
When you write something that is past Z it adds an extra space to the input line, if you delete that you end up with random letters removed -- but...
Hi, Another issue i've come across. Image at: http://imgur.com/gN09q The first time I typed '.bigg test' was what made the talker talk to myself. The second time I typed '.bigg...
Hi, I've been using this patched version of tf5 for a while on a talker called the dockyard (wooooooooooooooy.com 4000). You have to switch unicode on using the unicode command,...
If I type anything non-ASCII (say '£££') and then press left and right cursor keys, the editing doesn't work correctly, and eventually I start getting weird errors[1] that suggest buffer...
GCC-14 now enables by default errors for long-deprecated C features. It causes tinyfugue to fail to build with error: ``` socket.c: In function ‘handle_socket_lines’: socket.c:2657:27: error: assignment to ‘String *’...