Changeset 2161:76d3036905d9 for commands.c
- Timestamp:
- 2000-10-17 08:10:51 (8 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r2150 r2161 242 242 mutt_format_string (prompt, sizeof (prompt), 243 243 0, COLS-extra_space, 0, 0, 244 prompt, sizeof (prompt) );244 prompt, sizeof (prompt), 0); 245 245 strcat (prompt, "...?"); 246 246 if (mutt_yesorno (prompt, 1) != 1)
