View | Details | Raw Unified | Return to bug 23059
Collapse All | Expand All

(-)display.c (-1 / +1 lines)
Lines 896-902 Link Here
896
char *s;
896
char *s;
897
int c;
897
int c;
898
{
898
{
899
  if (display && s)
899
  if (display && s && *s)
900
    {
900
    {
901
      ospeed = D_dospeed;
901
      ospeed = D_dospeed;
902
      tputs(tgoto(s, 0, c), 1, DoAddChar);
902
      tputs(tgoto(s, 0, c), 1, DoAddChar);

Return to bug 23059