Skip to content

Commit

Permalink
hide useless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Nov 11, 2020
1 parent c3a13d6 commit a2aaac3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions st.c
Original file line number Diff line number Diff line change
Expand Up @@ -1702,8 +1702,8 @@ csihandle(void)
switch (csiescseq.mode[0]) {
default:
unknown:
fprintf(stderr, "erresc: unknown csi ");
csidump();
// fprintf(stderr, "erresc: unknown csi ");
// csidump();
/* die(""); */
break;
case '@': /* ICH -- Insert <n> blank char */
Expand Down Expand Up @@ -2010,8 +2010,8 @@ strhandle(void)
return;
}

fprintf(stderr, "erresc: unknown str ");
strdump();
// fprintf(stderr, "erresc: unknown str ");
// strdump();
}

void
Expand Down

0 comments on commit a2aaac3

Please sign in to comment.