mandybrigwell Member Jul 4, 2020 #1 Is it possible to output using a fixed-width font in the command line interface?
mandybrigwell Member Jul 29, 2020 #2 Aha… I'm assuming it's still the case that the cli uses Java's HTML renderer to display things as mentioned here: https://kolmafia.us/showthread.php?18819-How-to-include-whitespace-in-print(), and that the answer's 'no'.
Aha… I'm assuming it's still the case that the cli uses Java's HTML renderer to display things as mentioned here: https://kolmafia.us/showthread.php?18819-How-to-include-whitespace-in-print(), and that the answer's 'no'.
mandybrigwell Member Jul 29, 2020 #4 Yes! Thank you - that's exactly what I was looking for. Thank you for the tip-off, xKiv. https://github.com/mandyBrigwell/luxuryOutput Now, is there any way to get the unicode value for a character in ash, or am I doomed to an ever-expanding switch? Last edited: Aug 1, 2020
Yes! Thank you - that's exactly what I was looking for. Thank you for the tip-off, xKiv. https://github.com/mandyBrigwell/luxuryOutput Now, is there any way to get the unicode value for a character in ash, or am I doomed to an ever-expanding switch?