K 10 svn:author V 2 ed K 8 svn:date V 27 2011-10-12T09:28:09.452043Z K 7 svn:log V 569 MFC r226099: Tab should not blank cells. It seems I was under the impression that a tab differs from a single forward tabulation, namely that it blanks the underlying cells. This seems not to be the case. They are identical. This should fix applications like jove(1) that use tabs instead of explicit cursor position setting. Reported by: Brett Glass MFC r226183: Properly use the cursor to bound the position for CUP. We must take the origin region into account when clamping the cursor position. Approved by: re@ (kib) END