add handling xterm-incompatible terminals without gpm. [w3m-dev 04278]

This commit is contained in:
Dai Sato
2007-06-07 10:54:10 +00:00
parent 40db8c3500
commit 12193be8b8
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2007-06-07 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 04278] Re: segfault on CentOS4.5/libgc6.8
* term.c: add handling xterm-incompatible terminals without gpm.
2007-06-04 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 04271] vi_prec_num
@@ -8922,4 +8927,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.999 2007/06/04 13:21:10 inu Exp $
$Id: ChangeLog,v 1.1000 2007/06/07 10:54:10 inu Exp $

View File

@@ -1,4 +1,4 @@
/* $Id: terms.c,v 1.57 2007/05/30 04:44:00 inu Exp $ */
/* $Id: terms.c,v 1.58 2007/06/07 10:54:10 inu Exp $ */
/*
* An original curses library for EUC-kanji by Akinori ITO, December 1989
* revised by Akinori ITO, January 1995
@@ -1897,7 +1897,7 @@ wgetch(void *p)
int
do_getch()
{
if (is_xterm)
if (is_xterm || !gpm_handler)
return getch();
else
return Gpm_Getch();
@@ -2037,6 +2037,7 @@ mouse_init()
conn.maxMod = 0;
conn.minMod = 0;
gpm_handler = NULL;
r = Gpm_Open(&conn, 0);
if (r == -2) {
/*