w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit c94641f8084d6e3dcc8626e63adfdea3f606840a
parent e7c3fbdd0fef202da023985fa785727106e30a9d
Author: ukai <ukai>
Date:   Fri, 21 Feb 2003 14:24:00 +0000

[w3m-dev 03765] Re: README.cygwin
* doc/README.cygwin: translated
From: WATANABE Katsuyuki <knabe@sannet.ne.jp>

Diffstat:
MChangeLog | 5+++++
Mdoc/README.cygwin | 16+++++++---------
Mterms.c | 2+-
3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-21 WATANABE Katsuyuki <knabe@sannet.ne.jp> + + * [w3m-dev 03765] Re: README.cygwin + * doc/README.cygwin: translated + 2003-02-21 Fumitoshi UKAI <ukai@debian.or.jp> * doc/README: update diff --git a/doc/README.cygwin b/doc/README.cygwin @@ -103,11 +103,11 @@ FILE=`cygpath -a -w $1` exec "$EDITOR" "$FILE" ---------------------------------------- -Where the EDITOR= is the path of Native Perl in Cygwin context. +Where the EDITOR= is the path of Native editor in Cygwin context. -If you use inetd as a service in WinWinNT and connect to localhost by telnet, -the windows will be opened only if "デスクトップとの対話をサービスに許可" is -ON. +If you use inetd as a service in WinNT and connect to localhost by telnet, +the windows will be opened only if "Allow service to interact with the +desktop" is ON. Known Bugs @@ -122,11 +122,9 @@ Cursor keys doesn't work when IME is ON in DOS prompt of Win9x. This is the problem of DOS prompt of Win9x and tty layer of Cygwin. Use C-f, C-b, C-p, and C-n instead. Screen is not controled correctly in command prompt of WinNT. - Set the each size of screen buffer and window in a same value, and/or - disable the back scrolling. + Set the each size of screen buffer and window in a same value. Can't use the mouse with DOS prompt or command prompt. - When "簡易編集モード" is ON, mouse events are not handed to w3m. Set it - OFF. + When "Quick Edit" is ON, mouse events are not handed to w3m. Set it OFF. Mouse buttons behave funny with DOS prompt or command prompt. In cygwin-1.3.15 or earlier, the escape sequence of the right and center button of the mouse are inverted. It is fixed in cygwin-1.3.16-1. Please @@ -139,7 +137,7 @@ In Cygwin environment, it should be confortable to use not DOS prompt or command prompt but telnet clients like TeraTerm, PuTTY, and so on with inetd in localhost, or other tools as rxvt or cygterm. - o rxvt: + o rxvt with japanese enhancement: rxvt on Cygwin http://hp.vector.co.jp/authors/VA021953/rxvt/ compiled package diff --git a/terms.c b/terms.c @@ -1861,7 +1861,7 @@ getch(void) #ifdef USE_MOUSE #ifdef USE_GPM char -wgetch(void) +wgetch(void *p) { char c;