w3m

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

commit 991b325a33e03b5abc0dfcbb4115e5da90071f74
parent 37310772ac757a3f11db840e055fe3998732dd22
Author: ukai <ukai>
Date:   Fri, 30 Nov 2001 11:10:36 +0000

[w3m-dev 02599]
From: Tsutomu Okada <okada@furuno.co.jp>

Diffstat:
MChangeLog | 5+++++
Mmain.c | 6++----
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-30 Tsutomu Okada <okada@furuno.co.jp> + + * [w3m-dev 02599] + * main.c comment reformat + 2001-11-30 Fumitoshi UKAI <ukai@debian.or.jp> * [w3m-dev 02598] diff --git a/main.c b/main.c @@ -18,8 +18,7 @@ #if defined(USE_GPM) || defined(USE_SYSMOUSE) extern int do_getch(); #define getch() do_getch() -#endif /* defined(USE_GPM) || * - * defined(USE_SYSMOUSE) */ +#endif /* defined(USE_GPM) || defined(USE_SYSMOUSE) */ #endif #define DSTR_LEN 256 @@ -2034,8 +2033,7 @@ editBf(void) if (fn == NULL || Currentbuf->pagerSource != NULL || /* Behaving as a pager */ (Currentbuf->type == NULL && Currentbuf->edit == NULL) || /* Reading shell */ - Currentbuf->real_scheme != SCM_LOCAL || !strcmp(Currentbuf->currentURL.file, "-") || /* file is std * - * input */ + Currentbuf->real_scheme != SCM_LOCAL || !strcmp(Currentbuf->currentURL.file, "-") || /* file is std input */ Currentbuf->bufferprop & BP_FRAME) { /* Frame */ disp_err_message("Can't edit other than local file", TRUE); return;