You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 643 created by brazilofmux on 2010-09-13T13:56:04.000Z:
I've tested this on both 2.7 and 2.9. For testing purposes, I downloaded the latest 2.9 and did the following:
./configure --enable-realitylvls
make && make depend
Edit netmux.conf to add:
reality_level real 1
reality_level ghost 2
def_exit_rx 1
def_exit_tx 1
Login as # 1. @desc here=[space(11)]Test.
Look. The desc shows "Test" with the proper spacing. @create Exit Parent
@descformat Exit Parent=%0 @parent here=# 15
Look. The desc is no longer spaced properly.
@descformat Exit Parent=u(%1)
Look. The desc is fixed.
The problem is that this only happens with reality levels enabled. If you use the "@descformat parent=%0" form of the code without reality levels enabled, the desc evaluates normally. I'm guessing this is something to do with the block of code that checks which desc to show based on the intersect of your rxlevel with the look-ee's txlevel, and in what format it sends that data to @descformats.
The text was updated successfully, but these errors were encountered:
Original issue 643 created by brazilofmux on 2010-09-13T13:56:04.000Z:
I've tested this on both 2.7 and 2.9. For testing purposes, I downloaded the latest 2.9 and did the following:
./configure --enable-realitylvls
make && make depend
Edit netmux.conf to add:
reality_level real 1
reality_level ghost 2
def_exit_rx 1
def_exit_tx 1
Login as # 1.
@desc here=[space(11)]Test.
Look. The desc shows "Test" with the proper spacing.
@create Exit Parent
@descformat Exit Parent=%0
@parent here=# 15
Look. The desc is no longer spaced properly.
@descformat Exit Parent=u(%1)
Look. The desc is fixed.
The problem is that this only happens with reality levels enabled. If you use the "@descformat parent=%0" form of the code without reality levels enabled, the desc evaluates normally. I'm guessing this is something to do with the block of code that checks which desc to show based on the intersect of your rxlevel with the look-ee's txlevel, and in what format it sends that data to @descformats.
The text was updated successfully, but these errors were encountered: