Bug 17530 - Make testkjs's readline() function use the readline lib when available
Summary: Make testkjs's readline() function use the readline lib when available
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-24 23:17 PST by Sam Weinig
Modified: 2009-04-21 01:40 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2008-02-24 23:17:27 PST
I am wavering on whether it is a good idea or not, but perhaps we should use the readline lib (libedit on the mac, originally GNU Readline) when call the readline() function in testkjs,  The pro's are that it makes all the normal terminal behaviors (arrow keys, C-a/C-e etc.) available to the user.  The con's are that it feel wrong.  Not sure why.
Comment 1 Cameron Zwarich (cpst) 2009-04-21 01:40:20 PDT
This was fixed in r34470:

http://trac.webkit.org/changeset/34470