commit 005bb95481b99f2c1dc5084047bc615d8d3c9ce2 from: Sven M. Hallberg date: Fri Oct 11 11:09:51 2019 UTC print urgent items in bold commit - 0617d6eaf5c753f35912d5fe1457c5992f42533e commit + 005bb95481b99f2c1dc5084047bc615d8d3c9ce2 blob - f1c795d42f3c79137091342a774b94c3ffab3812 blob + abea66f6b8443a5d7fb39af6405644173da44456 --- painlist +++ painlist @@ -118,7 +118,7 @@ format=' for(i=1; i<=n; i++) { it = item[i] if(urgent[i]) { - it = color(red) it + it = bold() color(red) it reset() } else { if(pain[i] == 0) { base = rgbcolor(235, 167, 231) # light orchid, #EBA7E7