view_char

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "view_char".
... in topic.naml
1382
1383
1384
1385
1386
1387
1388
1389
1390
<macro name="view_char" parameters="view">
    <n.if.equal value1="[n.view/]" value2="[n.classic_view/]">
        <then>d</then>
        <else.if.equal value1="[n.view/]" value2="[n.threaded_view/]">
            <then>t</then>
            <else>c</else>
        </else.if.equal>
    </n.if.equal>
</macro>