Skip to content

Commit

Permalink
Modify text %s/OpenBSD vi/OpenVi/ in common/recover.c
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonjh committed Feb 25, 2022
1 parent bc39a31 commit c4f7d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
OpenVi 7.0.15 -> OpenVi 7.0.16-dev: Fri Feb 25 18:14:22 2022
OpenVi 7.0.15 -> OpenVi 7.0.16-dev: Fri Feb 25 22:34:39 2022
+ Modify text `%s/OpenBSD vi/OpenVi/` in `common/recover.c`
+ Minor updates to documentation and `README.md`
+ Provide a more helpful message when ex-mode has background screens
+ Fully redraw screen on refresh with ^L / ^R
Expand Down
4 changes: 2 additions & 2 deletions common/recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ rcv_mailfile(SCR *sp, int issync, char *cp_path)
VI_FHEADER, t, /* Non-standard. */
VI_PHEADER, cp_path, /* Non-standard. */
"Reply-To: root",
"From: root (OpenBSD vi recovery program)",
"From: root (OpenVi recovery program)",
"To: ", pw->pw_name,
"Subject: OpenBSD vi saved the file ", p,
"Subject: OpenVi saved the file ", p,
"Precedence: bulk", /* For vacation(1). */
"Auto-Submitted: auto-generated");
if (len > sizeof(buf) - 1)
Expand Down

0 comments on commit c4f7d0d

Please sign in to comment.