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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user