diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-03 19:07:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-03 19:07:48 +0200 |
commit | 72a5fbd8ea41d44c5b8d6ab3483c7701e0126726 (patch) | |
tree | d471e584eac426b4730117de7cf74446b1a0b785 /sys/src/cmd/mothra/mothra.c | |
parent | c8dd01d5f673d62555ac773a61798901784445de (diff) |
mothra: subscript and superscript support
Diffstat (limited to 'sys/src/cmd/mothra/mothra.c')
-rw-r--r-- | sys/src/cmd/mothra/mothra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c index 0a6407231..8a6967d7a 100644 --- a/sys/src/cmd/mothra/mothra.c +++ b/sys/src/cmd/mothra/mothra.c @@ -1124,7 +1124,7 @@ mothon(Www *w, int on) t->next = nil; ap=emalloc(sizeof(Action)); ap->link = strdup(a->link); - plrtstr(&t->next, 0, 0, t->font, strdup("->"), PL_HOT, ap); + plrtstr(&t->next, 0, 0, 0, t->font, strdup("->"), PL_HOT, ap); t->next->next = x; } else { if(x) { |