puts -nonewline is ignored
GNU readline for interactive tcl shells
Brought to you by:
joze,
laomaiweng
"puts" command output from interactive tcl shell using tclreadline is not visible if "-nonewline option is used. Though output strings are visible when tcl shell is closed.
Example:
tclsh8.4> puts -nonewline "Test string"
tclsh8.4> puts -nonewline "Test string 2"
tclsh8.4> puts -nonewline "Test string 3"
tclsh8.4>
tclsh8.4>
tclsh8.4>
tclsh8.4> exit
Test stringTest string 2Test string 3
INFO:
puts $::tclreadline::patchLevel
2.1.0
puts $tcl_patchLevel
8.4.19