follow-up, program_state
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ xwaitforspace(const char *s) /* chars allowed besides return */
|
||||
morc = 0;
|
||||
while (
|
||||
#ifdef HANGUPHANDLING
|
||||
!svp.program_state.done_hup &&
|
||||
!program_state.done_hup &&
|
||||
#endif
|
||||
(c = tty_nhgetch()) != EOF) {
|
||||
if (c == '\n' || c == '\r')
|
||||
|
||||
Reference in New Issue
Block a user