FreeBSD Bugzilla – Attachment 8852 Details for
Bug 18381
syscons off by 1 error handling \e[1J
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 605 bytes, created by
jon
on 2000-05-04 08:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jon
Created:
2000-05-04 08:30:01 UTC
Size:
605 bytes
patch
obsolete
>Index: sctermvar.h >=================================================================== >RCS file: /export/ncvs/src/sys/dev/syscons/sctermvar.h,v >retrieving revision 1.1 >diff -u -r1.1 sctermvar.h >--- sctermvar.h 2000/01/15 15:25:37 1.1 >+++ sctermvar.h 2000/05/04 07:08:43 >@@ -221,7 +221,7 @@ > sc_remove_cutmarking(scp); > break; > case 1: /* clear from beginning of display to cursor */ >- sc_vtb_erase(&scp->vtb, 0, scp->cursor_pos, ch, attr); >+ sc_vtb_erase(&scp->vtb, 0, scp->cursor_pos+1, ch, attr); > mark_for_update(scp, 0); > mark_for_update(scp, scp->cursor_pos); > sc_remove_cutmarking(scp);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18381
: 8852