Skip to content

Commit

Permalink
Update ScreenUtils.h
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
razterizer authored Oct 20, 2024
1 parent c945dfa commit c264850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScreenUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void begin_screen()
}

template<int NR, int NC>
void end_screen(ScreenHandler<NR, NC>& sh)
void end_screen(ScreenHandler<NR, NC>& sh, Text& t)
{
auto orig_colors [[maybe_unused]] = restore_terminal_colors();
#ifndef __APPLE__
Expand Down

0 comments on commit c264850

Please sign in to comment.