aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-30 11:10:36 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-30 11:10:36 +0000
commit7b4ed04617c70e240c43dcfd4bcf9c54aac6fe1a (patch)
treef6b2fc679889d806999b982aaabd7d33d868c6ab /main.c
parent[w3m-dev 02598] (diff)
downloadw3m-7b4ed04617c70e240c43dcfd4bcf9c54aac6fe1a.tar.gz
w3m-7b4ed04617c70e240c43dcfd4bcf9c54aac6fe1a.zip
[w3m-dev 02599]
From: Tsutomu Okada <okada@furuno.co.jp>
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/main.c b/main.c
index 38e1cfd..b6d9c43 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.28 2001/11/30 10:00:06 ukai Exp $ */
+/* $Id: main.c,v 1.29 2001/11/30 11:10:36 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -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;