lexical #6/19, express cp_ccom() property
This commit is contained in:
parent
3b575d5e3d
commit
ecb2eec279
|
|
@ -247,6 +247,7 @@ gotchar:
|
|||
}
|
||||
goto done;
|
||||
}
|
||||
// cp_ccom doesn't mess wlist, read only access to wlist->wl_word
|
||||
cp_ccom(wlist, buf, FALSE);
|
||||
wl_free(wlist);
|
||||
(void) fputc('\r', cp_out);
|
||||
|
|
@ -277,6 +278,7 @@ gotchar:
|
|||
#else
|
||||
fputc(linebuf[j], cp_out); /* But you can't edit */
|
||||
#endif
|
||||
// cp_ccom doesn't mess wlist, read only access to wlist->wl_word
|
||||
cp_ccom(wlist, buf, TRUE);
|
||||
wl_free(wlist);
|
||||
goto nloop;
|
||||
|
|
|
|||
Loading…
Reference in New Issue