Skip to content

Commit

Permalink
Merge pull request #1 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update st.c
  • Loading branch information
haoict authored Jul 7, 2024
2 parents fd6ad90 + 0c392d6 commit a04cab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st.c
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ tputc(char *c, int len) {
ttywrite(VT102ID, sizeof(VT102ID) - 1);
term.esc = 0;
break;
case 'c': /* RIS -- Reset to inital state */
case 'c': /* RIS -- Reset to initial state */
treset();
term.esc = 0;
sdlresettitle();
Expand Down

0 comments on commit a04cab6

Please sign in to comment.