Fix two dotline bugs for the price of one.
authorflorian <florian@openbsd.org>
Mon, 23 Dec 2013 21:47:32 +0000 (21:47 +0000)
committerflorian <florian@openbsd.org>
Mon, 23 Dec 2013 21:47:32 +0000 (21:47 +0000)
commit45bc3ffaa0ba8c35b778216e9b74c01a59627a57
tree2251e61a0c5c6d35988bfe929dcce291fb6d9bff
parentc79d07ac77efc708043bcd6a82982f3230598274
Fix two dotline bugs for the price of one.
1) When answering "No newline at end of file, add one?" with y and
   dot is not at the end of buffer dotline is off by one
2) When displaying the same buffer in two windows, dot in the
   second window is below dot in the first and a newline is entered in
   the first window dotline is not updated in the second.

OK lum
usr.bin/mg/line.c