Skip to content

Commit

Permalink
Tek reset complete
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Aug 5, 2020
1 parent 94f1537 commit 14ddcb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tek.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ tek_reset(void)
tek_page();
// let's also do this
intensity = 0x7F;
// let's better reset everything
plotpen = false;
lastfont = 0;
lastwidth = -1;
beam_glow = 1;
thru_glow = 5;
}

void
Expand Down

0 comments on commit 14ddcb1

Please sign in to comment.