Show
Ignore:
Timestamp:
2000-10-17 08:10:51 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix pager and index display when non-printable space characters are
encountered. From EGE.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r2150 r2161  
    242242  mutt_format_string (prompt, sizeof (prompt), 
    243243                      0, COLS-extra_space, 0, 0, 
    244                       prompt, sizeof (prompt)); 
     244                      prompt, sizeof (prompt), 0); 
    245245  strcat (prompt, "...?"); 
    246246  if (mutt_yesorno (prompt, 1) != 1)