1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-03 23:43:31 +00:00

Workaround for tclreadline and after interference

- using in tcl 8.6 a timed `after` together with `tclreadline` injects
  spurious text of the form `after#nnn` into the readline input buffer.
- the `rw11/shell` overloads `unknown`, inviting for a bloody HACK which
  simply checks for such prefixes, scrubs them, and retries the command.
This commit is contained in:
wfjm
2018-10-29 11:57:38 +01:00
parent 2a50d35e71
commit f903bda7b4
2 changed files with 17 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ The full set of tests is only run for tagged releases.
- move `using namespace std` after includes (clang warning)
- some selected clang -Weverything aspects
- now -Wdocumentation clean (some wrong doxygen trailing comments)
- rw11/shell.tcl: add workaround for tclreadline and `after` interference
### Bug Fixes
- RtclArgs.hpp: BUGFIX: get *_min limits correct (gcc -Wpedantic)