From: Stefan S. <ssc...@ss...> - 2010-09-08 21:05:24
|
Hi pito, Thanks for the stack printing words. I suggest to have the tos at the right or bottom end, for two reasons: - In case there are many values on the stack, having the tos at the end avoids scrolling the "top" value off the visible screen. - Having the tos at the right is consistent with the order in stack comments. On the other hand, I must admit, it's somewhat non-intuitive to have the _top_ of the stack displayed at the _bottom_ of the screen. ;-) Stefan |