This is from BZ&BZ Harry BBS. (Ports SSH 4222/Telnet 4223) Testing is GOOD!
Tangler fired, but was never reset/turned off.
06-18 00:20:59.746 65 65 D CharMan
06-18 00:20:59.746 65 65 D pos 10 len 28 (For Honour by Andrew Pamment)
06-18 00:20:59.746 65 65 D pos 271 len 12 (P Play Game)
06-18 00:20:59.746 65 65 D pos 299 len 16 (R Read the News)
06-18 00:20:59.746 65 65 D pos 328 len 15 (L List Players)
06-18 00:20:59.746 65 65 D pos 355 len 15 (V Version Info)
06-18 00:20:59.746 65 65 D pos 397 len 14 (Q Quit to BBS)
06-18 00:20:59.746 65 65 D Found 6 word groups
06-18 00:20:59.746 65 65 E tangler [For Honour by Andrew Pamment]
06-18 00:20:59.746 65 65 D Tangler: 10, 28
06-18 00:20:59.746 65 65 D insert reset ^VR0^VS0
06-18 00:20:59.746 65 65 D insert tangle ^VP1^VR1^VS2
06-18 00:20:59.746 65 65 D Wrangler: 9, 2
06-18 00:20:59.746 65 65 D Wrangler: 2, 0
06-18 00:20:59.746 65 65 D CharMan 3, 15 chars, render 1
06-18 00:20:59.746 65 65 D ~CharMan
06-18 00:20:59.746 65 65 I PAWS 1
06-18 00:21:00.746 65 65 I RENDER 1
06-18 00:21:00.746 65 65 I SPEED 2
Started displaying the screen with SPEED 2 set. Is it possible the Wrangler did something to it?
This is from BZ&BZ Harry BBS. (Ports SSH 4222/Telnet 4223) Testing is GOOD!
Tangler fired, but was never reset/turned off.
```
06-18 00:20:59.746 65 65 D CharMan
06-18 00:20:59.746 65 65 D pos 10 len 28 (For Honour by Andrew Pamment)
06-18 00:20:59.746 65 65 D pos 271 len 12 (P Play Game)
06-18 00:20:59.746 65 65 D pos 299 len 16 (R Read the News)
06-18 00:20:59.746 65 65 D pos 328 len 15 (L List Players)
06-18 00:20:59.746 65 65 D pos 355 len 15 (V Version Info)
06-18 00:20:59.746 65 65 D pos 397 len 14 (Q Quit to BBS)
06-18 00:20:59.746 65 65 D Found 6 word groups
06-18 00:20:59.746 65 65 E tangler [For Honour by Andrew Pamment]
06-18 00:20:59.746 65 65 D Tangler: 10, 28
06-18 00:20:59.746 65 65 D insert reset ^VR0^VS0
06-18 00:20:59.746 65 65 D insert tangle ^VP1^VR1^VS2
06-18 00:20:59.746 65 65 D Wrangler: 9, 2
06-18 00:20:59.746 65 65 D Wrangler: 2, 0
06-18 00:20:59.746 65 65 D CharMan 3, 15 chars, render 1
06-18 00:20:59.746 65 65 D ~CharMan
06-18 00:20:59.746 65 65 I PAWS 1
06-18 00:21:00.746 65 65 I RENDER 1
06-18 00:21:00.746 65 65 I SPEED 2
```
Started displaying the screen with SPEED 2 set. Is it possible the Wrangler did something to it?
The issue was that there was text L List Players immediately followed by \x1b[C (Move cursor). This was giving insert a -1 offset.
Fixed in [d5bf27ace9a5ad717ef26172611ac63c33a6cf9c].
The issue was that there was text ```L List Players``` immediately followed by \x1b[C (Move cursor). This was giving insert a -1 offset.
This is from BZ&BZ Harry BBS. (Ports SSH 4222/Telnet 4223) Testing is GOOD!
Tangler fired, but was never reset/turned off.
Started displaying the screen with SPEED 2 set. Is it possible the Wrangler did something to it?
Fixed in [
d5bf27ace9
].The issue was that there was text
L List Players
immediately followed by \x1b[C (Move cursor). This was giving insert a -1 offset.