CVS: cvs.openbsd.org: src
Todd C. Miller <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/17 20:00:00 Modified files: usr.bin/vi/vi : v_txt.c Log message: Ensure numbering is repainted after completion redraw. Fixes screen corruption when using completion if line numbering is enabled. Otherwise, the completion area is redrawn without line numbers. From Jeffrey Johnson