K 10 svn:author V 7 sobomax K 8 svn:date V 27 2000-08-21T10:21:28.000000Z K 7 svn:log V 455 Fix a bug introduced by my own previous commit (addition of the current line/column display). I overlooked that ee(1) doesn't maintain proper line numbering when adding/removing lines, so after those operations linenumber displayed may not match the reality. Also use proper variable for current column diaplay, because the one used previously reflects the offset of current char, which doesn't equial screen position when tabs present. Reviewed by: bp END