comparison src/toplev.h @ 792:ac49764105cf

[project @ 1994-10-12 16:45:59 by jwe]
author jwe
date Wed, 12 Oct 1994 16:48:35 +0000
parents d169be9237fb
children dfe01093f657
comparison
equal deleted inserted replaced
791:29bc04411213 792:ac49764105cf
69 extern char *editor; 69 extern char *editor;
70 70
71 // If nonzero, don't do fancy line editing. 71 // If nonzero, don't do fancy line editing.
72 extern int no_line_editing; 72 extern int no_line_editing;
73 73
74 // If nonzero, print verbose info in some cases.
75 extern int verbose_flag;
76
74 // Command number, counting from the beginning of this session. 77 // Command number, counting from the beginning of this session.
75 extern int current_command_number; 78 extern int current_command_number;
76 79
77 // Nonzero means we are exiting via the builtin exit or quit functions. 80 // Nonzero means we are exiting via the builtin exit or quit functions.
78 extern int quitting_gracefully; 81 extern int quitting_gracefully;