Skip to content

Commit

Permalink
Fixed upstream gwsw#505 : spurious warning on adm5 terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
fstark committed May 11, 2024
1 parent fabdc15 commit 91c6948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1431,11 +1431,9 @@ public void get_term(void)
t2 = ltgetstr("sr", &sp);
if (t2 == NULL)
t2 = "";
#if OS2
if (*t1 == '\0' && *t2 == '\0')
sc_addline = "";
else
#endif
if (above_mem)
sc_addline = t1;
else
Expand Down

0 comments on commit 91c6948

Please sign in to comment.