tinyfugue
tinyfugue copied to clipboard
TinyFugue - Rebirth
log_time_format is passed to ftime() for each log line being written.
I've crafted .. plenty of hacks to push things into lua, but it may be nice to have some specific lua functions for stuff like: * timer management * echo...
hi! There isn't a "nice" way to log to the global/world log arbitrary things - eg debugging output. I open the file a second time for this, but under a...
Perhaps it's my system? When configuring the termcap item, the wrong library is selected by default for the following : library containing tgetent ... -ltermcap. When ncurses is selected, then...
hi! A SEND hook isn't picking up what lua is sending via tf_eval(). How should we support logging what Lua is actually causing to be sent?
Hello :) Thanks for developing this. I'm trying to configure tinyfugue via a `.tfrc` file to add worlds and autologin to them. However, some of my characters contain spaces in...
Discovered on MUX 2.10.1.14 with 5.1.0, 5.1.1, 5.1.2, and 5.1.3. Other MU*s work fine. To have it work with MUX you have to compile with --disable-widechar You can see banners,...
There is a known and easily triggered crashbug: The backspace, delete, and arrow keys move by bytes, not by characters. Thusly, do not try to edit an input line containing...
The final great enhancement, I think, would be adding [true color](https://tintin.sourceforge.io/info/truecolor/) support. Sadly I have no idea where to even start to attempt to do it myself.
All libraries types should have its own directory like now in sourdes for tf/python. Cause now everything is copied into one directory tf-lib. See https://github.com/ingwarsw/tinyfugue/pull/3#issuecomment-49557891