mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(Fterm_open_connection): Add comment.
This commit is contained in:
parent
13559ee0bb
commit
1023cbedd9
@ -2981,6 +2981,9 @@ We only support Gpm on one tty at a time. */)
|
||||
else
|
||||
{
|
||||
gpm_tty = tty;
|
||||
/* `init_sys_modes' arranges for mouse movements sent through gpm_fd
|
||||
to generate SIGIOs. Apparently we need to call reset_sys_modes
|
||||
before calling init_sys_modes. */
|
||||
reset_sys_modes (tty);
|
||||
init_sys_modes (tty);
|
||||
add_gpm_wait_descriptor (gpm_fd);
|
||||
|
Loading…
Reference in New Issue
Block a user