From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68621 invoked by alias); 15 Feb 2016 18:20:10 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 68598 invoked by uid 89); 15 Feb 2016 18:20:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:405 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 15 Feb 2016 18:20:07 +0000 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1aVNkh-0008L8-GC for kawa@sourceware.org; Mon, 15 Feb 2016 19:20:03 +0100 Received: from 70-36-239-75.dsl.dynamic.fusionbroadband.com ([70.36.239.75] helo=toshie.bothner.com) by mailfront11.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1aVNkd-0006Rz-80 for kawa@sourceware.org; Mon, 15 Feb 2016 19:19:59 +0100 To: Kawa mailing list From: Per Bothner Subject: option to use jline2 console editing library Message-ID: <56C216CC.1090604@bothner.com> Date: Mon, 15 Feb 2016 18:20:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q1/txt/msg00015.txt.bz2 I checked in support for using the JLine 2 input editing library (https://github.com/jline/jline2), which is similar to GNU readline. This should be more portable than the readline-based front-end (there is Windows support, though I haven't tested it) and should be more flexible in how you deploy it. -- --Per Bothner per@bothner.com http://per.bothner.com/