$B2,ED$G$9!#(B
URL $BF~NO$J$I$N;~$K!"(BDEL $B%3!<%I$rF~NO$9$k$HMn$A$F$7$^$$$^$9!#(BIS_CNTRL
$B$NH=Dj$H(B DEL $B%3!<%IH=Dj$N=g=x$r8r49$9$k$HBg>fIW$N$h$&$G$9!#(B
# gc 5.0alpha4 $B$,(B 03-Nov-99 $B$K=P$F$$$^$9$,!"$=$m$=$mF~$l49$($^$;$s$+!)(B
*** linein.c.dist Fri Apr 7 11:28:56 2000
--- linein.c Fri Apr 7 13:38:21 2000
***************
*** 141,146 ****
--- 141,153 ----
(((cm_mode & CPL_ALWAYS) && (c == CTRL_I || c == ' ')) ||
((cm_mode & CPL_ON) && (c == CTRL_I))) ) {
_compl();
+ } else if (c == 0177) {
+ if (!i_quote)
+ _bs();
+ else
+ insertself(c);
+ i_quote = NIL;
+ cm_next = NIL;
} else if (IS_CNTRL(c)) { /* Control code */
if (!i_quote)
(*InputKeymap[(int)c]) (c);
***************
*** 150,162 ****
}
if (cm_clear)
cm_next = NIL;
- } else if (c == 0177) {
- if (!i_quote)
- _bs();
- else
- insertself(c);
- i_quote = NIL;
- cm_next = NIL;
#ifdef JP_CHARSET
} else if (mode == PC_KANJI1) {
i_quote = NIL;
--- 157,162 ----
-- Tsutomu Okada <okada@furuno.co.jp>
This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:55 CDT