1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

exec_on_master_terminal(): drop old commented code.

This commit is contained in:
Laurent MONIN 2006-01-07 01:55:18 +01:00 committed by Laurent MONIN
parent 16e2724c12
commit 2e67ca1df9

View File

@ -236,7 +236,7 @@ exec_on_master_terminal(struct terminal *term,
set_handlers(term->fdin, NULL, NULL,
(select_handler_T) destroy_terminal,
term);
/* block_itrm(term->fdin); */
} else {
set_handlers(blockh, close_handle, NULL,
close_handle, (void *) (long) blockh);