diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-11 15:19:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-11 15:19:11 +0000 |
| commit | b276b1cd0d6eadaf432b18e7329a1b196bc19c7b (patch) | |
| tree | 37e8ca723835cf48fa200bb3bc97274b0fd00377 /gnu/lib | |
| parent | 2fe3320436e9c736d071e85bc52cdc57e4688424 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libreadline/README.FreeBSD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/README.FreeBSD b/gnu/lib/libreadline/README.FreeBSD index 9bbc9258aa5a..bd6f23eb87a0 100644 --- a/gnu/lib/libreadline/README.FreeBSD +++ b/gnu/lib/libreadline/README.FreeBSD @@ -12,8 +12,10 @@ with same winsize structure: it does nothing expect polling process from background. Look tcsh_hack.readme for details. Here is megred version with readline comes from gdb4.11 -and with readline 2.0 comes from bash +and with readline 2.0 comes from bash1.13.1.CWRU -I make this version 8-bit clean +If you want 8-bit clean version, put + set convert-meta off +in your ~/.inputrc file ache@astral.msk.su |
