Fix stray char on paste.
Tested by: dumbbell and me MFC after: 1 week
This commit is contained in:
parent
4f4b93ae98
commit
44f751a21e
@ -603,7 +603,7 @@ vtbuf_get_marked_len(struct vt_buf *vb)
|
||||
ei = e.tp_row * vb->vb_scr_size.tp_col + e.tp_col;
|
||||
|
||||
/* Number symbols and number of rows to inject \n */
|
||||
sz = ei - si + ((e.tp_row - s.tp_row) * 2) + 1;
|
||||
sz = ei - si + ((e.tp_row - s.tp_row) * 2);
|
||||
|
||||
return (sz * sizeof(term_char_t));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user