Opened 15 years ago

#88 new defect

OneLine mode fails on some zephyr markup

Reported by: adehnert@MIT.EDU Owned by: nelhage@mit.edu
Priority: major Milestone:
Component: ui Keywords:
Cc:

Description

Due to the limited space, OneLine mode handles some Zephyr markup poorly.

For example:

 :zwrite -c adehnert -i @(@color(white)foo)
 :zwrite -c adehnert -i foo

Generates:

   < adehnert      wh adehnert     Test
   < adehnert      foo         adehnert     Test

The column alignment is off, and the coloring didn't take.

I feel vaguely like we want a Zephyr-formatting-aware variant of sprintf to put in to perl/lib/BarnOwl/Style/OneLine.pm around lines 61 and 70, instead of the current stock version, which cuts things off strangely.

Change History (0)

Note: See TracTickets for help on using tickets.