X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; q=dns; s=default; b=g286vUO0kYP4us5z4EnoDhXvchcpCas1aqKJZAD/io9 9LK1vkEX7IHFEEy/lRqZdWgAsOn7ZxefV5OoFzs5Pv4oIIypV/sYFqwTi2OIxpp1 SMyVZ+9QyrGxKTrMkHTCJF3OrKQk7DE2ovWOHxRv7h1HOx/Ptdm0io/XqDHU+0CI = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; s=default; bh=kulReKPZ5bPXmHF0HtDBcD0/YEM=; b=JRqzdLb3lNPzKz//N LHBbj9YJcA/nUyitvTdJE6N/us/5M/7kWO3tMbOpuKqt/VVhYSQryU3vmccsBadg jdzua2iIj+lP12wyYM4Pa86wIptwUktDNzDOrryOqhqD0I6bhdzfFQjediGhUatT NY6VC6WwdCDA1uzMIOe9sT877s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=press, ctrl, bitbucketorg, UD:bitbucket.org X-HELO: mail-ot1-f43.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:user-agent; bh=czEH9b2tMfKPLwAlxX1C8/fSVc1mFF0TsPVPFHNYFMI=; b=H6N0aBdTZhl2/oDFtd1TxpeRFW4he4maBoVVA8ubwpVBtAhJCA7+kN/E9X1SQ18K+r 2zofR1WaBKH/rY+h5UJcYRNy6EqmygDUEbGkMt0Isn8aaxiPTFvjYWUGNPp+EKpbd2xN 7vWATRHp1uT/hWzPh9ThC1I3+t0dhQLmpqZ8axxhxGQVMXTuircrI2P1BT1ZTM2e6ltT PfHz7Nte2Rurfb/BoUbQEjw1/Q5PI8iwggUr7VDcu3mxgdWMOzARdb4AaajujP4tBLBK XrJekkwjSLD4kEtKdeCwMgueArrPjToPqEV8NAYxYTdsjftWE4rlPCmGz3yLmq2DJORc YbuQ== Message-ID: <5cfc0347.1c69fb81.14f3c.eca6@mx.google.com> Date: Sat, 08 Jun 2019 11:49:43 -0700 (PDT) From: Steven Penny To: cygwin AT cygwin DOT com Subject: Tcl interactive history Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.8.0 (cup.github.io/suede/tryst) With Cygwin "tclsh", if you press the up arrow, instead of returning previous entry from the history, it just moves the cursor up. From that point the REPL is broken, and must be closed with Ctrl+C or similar. This is in contrast, from what I can tell, every other Tcl implementation: - https://activestate.com/products/activetcl - https://bitbucket.org/tombert/tcltk - https://github.com/msteveb/jimtcl - https://irontcl.com - https://magicsplat.com/tcl-installer I know that JimTcl is using LineNoise: https://github.com/antirez/linenoise I am not sure if the others are using ReadLine or what. Can this be corrected for the Cygwin version? As for me anyway it makes it unusable. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple