follow-up, program_state
This commit is contained in:
@@ -1988,7 +1988,7 @@ x_event(int exit_condition)
|
||||
/* pkey(retval); */
|
||||
keep_going = FALSE;
|
||||
#if defined(HANGUPHANDLING)
|
||||
} else if (svp.program_state.done_hup) {
|
||||
} else if (program_state.done_hup) {
|
||||
retval = '\033';
|
||||
inptr = (inptr + 1) % INBUF_SIZE;
|
||||
keep_going = FALSE;
|
||||
@@ -2009,7 +2009,7 @@ x_event(int exit_condition)
|
||||
}
|
||||
keep_going = FALSE;
|
||||
#if defined(HANGUPHANDLING)
|
||||
} else if (svp.program_state.done_hup) {
|
||||
} else if (program_state.done_hup) {
|
||||
retval = '\033';
|
||||
inptr = (inptr + 1) % INBUF_SIZE;
|
||||
keep_going = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user