[w3m-dev 02584] code cleanup again
From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
13
linein.c
13
linein.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: linein.c,v 1.8 2001/11/24 02:01:26 ukai Exp $ */
|
||||
/* $Id: linein.c,v 1.9 2001/11/29 09:34:14 ukai Exp $ */
|
||||
#include "fm.h"
|
||||
#include "local.h"
|
||||
#include "myctype.h"
|
||||
@@ -411,7 +411,10 @@ ins_kanji(Str tmp)
|
||||
static void
|
||||
_esc(void)
|
||||
{
|
||||
char c, c2;
|
||||
char c;
|
||||
#ifdef JP_CHARSET
|
||||
char c2;
|
||||
#endif
|
||||
|
||||
switch (c = getch()) {
|
||||
case '[':
|
||||
@@ -440,16 +443,14 @@ _esc(void)
|
||||
need_redraw = TRUE;
|
||||
}
|
||||
else
|
||||
#else
|
||||
_rcompl();
|
||||
#endif
|
||||
_rcompl();
|
||||
break;
|
||||
case CTRL_D:
|
||||
#ifdef EMACS_LIKE_LINEEDIT
|
||||
if (!emacs_like_lineedit)
|
||||
#else
|
||||
_rdcompl();
|
||||
#endif
|
||||
_rdcompl();
|
||||
need_redraw = TRUE;
|
||||
break;
|
||||
#ifdef EMACS_LIKE_LINEEDIT
|
||||
|
Reference in New Issue
Block a user