Lars Gullik Bjønnes wrote:
>>> | Have a look.

Of itself this is obviously an improvement, but I wonder if you could 
make use of BufferParams::user_defined_bullet? I know, I'm probably 
shifting your goal posts.

+               string itemlabel;
+               switch (pit->itemdepth) {
+               case 0:
+                       itemlabel = "*";
+                       break;
+               case 1:
+                       itemlabel = "-";
+                       break;
+               case 2:
+                       itemlabel = "@";
+                       break;
+               case 3:
+                       itemlabel = "·";
+                       break;
+               }


-- 
Angus

Reply via email to