Date: Mon, 21 Aug 2000 03:21:31 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee ee.c Message-ID: <200008211021.DAA34061@freefall.freebsd.org>
index | next in thread | raw e-mail
sobomax 2000/08/21 03:21:31 PDT
Modified files:
usr.bin/ee ee.c
Log:
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
Revision Changes Path
1.19 +19 -4 src/usr.bin/ee/ee.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008211021.DAA34061>
