File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 375375 setvbuf (stdout , NULL , _IOLBF , 0 );
376376#endif
377377
378- /* This message comes before term inits, but after setting "silent_mode"
379- * when the input is not a tty. */
380- if (GARGCOUNT > 1 && !silent_mode )
378+ // This message comes before term inits, but after setting "silent_mode"
379+ // when the input is not a tty. Omit the message with --not-a-term.
380+ if (GARGCOUNT > 1 && !silent_mode && ! is_not_a_term () )
381381 printf (_ ("%d files to edit\n" ), GARGCOUNT );
382382
383383 if (params .want_full_screen && !silent_mode )
Original file line number Diff line number Diff line change @@ -767,6 +767,8 @@ static char *(features[]) =
767767
768768static int included_patches [] =
769769{ /* Add new patch number below this line */
770+ /**/
771+ 1258 ,
770772/**/
771773 1257 ,
772774/**/
You can’t perform that action at this time.
0 commit comments