mc/lib/tty
Mikulas Patocka d1fd9f2303 Ticket #3208: fix failed gpm connect for vc /dev/tty0.
How to reproduce the bug:

* compile mc with gpm support
* run the gpm daemon on the console
* login to the machine with ssh from console on another machine
* run mc

At this situation, keyboard response will be sluggish and mc will consume
CPU time when idle. The reason is that mc is trying to reopen the Gpm
connection over and over again and gpm will try to close the connection
over and over again (because the user is not on the local console).

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2019-03-24 13:37:26 +03:00
..
color-internal.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
color-internal.h Ticket #2169: Add support for 256 colors terminals 2010-12-29 11:58:10 +02:00
color-ncurses.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
color-slang.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
color-slang.h Ticket #3065: support of italic text. 2015-02-17 15:22:53 +03:00
color.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
color.h Ticket #3145: support for True Color (16 millions colors). 2016-11-13 15:56:59 +03:00
key.c Ticket #3208: fix failed gpm connect for vc /dev/tty0. 2019-03-24 13:37:26 +03:00
key.h Change type from int to gboolean for variables controlled by checkboxes. 2017-01-22 18:44:22 +03:00
keyxdef.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
Makefile.am Clarify usage of AM_CPPFLAGS. 2012-12-18 16:27:49 +04:00
mouse.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
mouse.h Drop old mouse API and use the new one. 2016-04-01 15:29:55 +03:00
tty-internal.h Sync with gnulib e96dcbcbc5142bd04c6c2e9e4595d9bea910fb3b. 2018-11-24 14:40:42 +03:00
tty-ncurses.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
tty-ncurses.h Define NCURSES_CONST if curses library doesn't define it. 2016-09-11 11:11:01 +03:00
tty-slang.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
tty-slang.h Move definition of reset_hp_softkeys variable to lib/tty/tty-slang.[ch]. 2016-05-07 16:28:47 +03:00
tty.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
tty.h Move definition of reset_hp_softkeys variable to lib/tty/tty-slang.[ch]. 2016-05-07 16:28:47 +03:00
win.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
win.h Do not duplicate alternate screen switching. 2016-05-05 10:01:13 +03:00
x11conn.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
x11conn.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00