[TF] Bugs against TF 4.0
Brought to you by:
kenkeys
|
From: sdennis at herman.svdltd.c. (<sd...@he...> - 2003-04-05 22:23:20
|
The patch is on ftp.tinymux.org/TinyMUX/tf-gz4.patch.gz Two things in the patch (one is a bug, one is prefered but optional): - The TELNET codes were recognized even without being preceeded by IAC (ordinal 255). Zenty reported that accent(y,') y-acute (ordinal 253) caused the next command to MUX 2.2 to give Huh? I isolated the problem to a particular block of code in TF, but then Raevnos woke up and pointed at a patch he had already built. I'm including his patch which is also located at http://raevnos.pennmush.org/pennmush/. To reproduce the bug on MUX (and probably Penn): > @set me=ACCENTS > think accent(y,') y > think foo Huh? > think foo foo - CSI (ordinal 155) is part of VT100 terminal emulation, but it is probably more useful as a character. Currently, MUX doesn't treat CSI as printable and never emits CSI, so this part of the patch is wholly optional Stephen Dennis (AKA Brazil) On Sat, 5 Apr 2003, Adrian Holzwarth wrote: > Greeetings, > > > > Can anyone recommend the most appropriate place to report bugs and/or > > > patches against the TF 4.0s1 hardcode? > > > > Ken Keys <ha...@tc...> > > Since Ken does not release any 4.* versions anymore, it would be > very useful for the branch developers to get a glimpse at the bug > reports etc., too. So why not mail them to the list? > > Adrian > > -- > TF Code 0.8.1 P! Y95 M+ L S+ My+ R++ OS(L! A-. W-. Wc) *5+ C+++ T++ > _______________________________________________ > TinyFugue mailing list > Tin...@tc... > http://www.tcp.com/mailman/listinfo/tinyfugue > |