Skip to content

Commit

Permalink
Revert "Rename newline() to output_newline()"
Browse files Browse the repository at this point in the history
This reverts commit d992a72.
  • Loading branch information
LegalizeAdulthood committed Feb 24, 2024
1 parent 8256915 commit 2c64e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libtrn/ng.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ static art_switch_result art_switch()
if (decode_fp)
decode_end();
else
output_newline();
newline();
return AS_ASK;
#endif
case 'a': /* attachment-view command */
Expand Down
2 changes: 1 addition & 1 deletion libtrn/rcstuff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static bool lock_newsrc(NEWSRC *rp)
}
termdown(2);
get_anything();
output_newline();
newline();
}
else {
if (g_verbose)
Expand Down

0 comments on commit 2c64e48

Please sign in to comment.