Greetings folks; another new module: The new rockspec is at: http://www.pjb.com.au/comp/lua/readline-1.0-0.rockspec
Doc: http://www.pjb.com.au/comp/lua/readline.html Tarball: http://www.pjb.com.au/comp/lua/readline-1.0.tar.gz This module offers a simple calling interface to the GNU Readline/History Library (including filename-completion etc). The function readline() is a wrapper, which invokes the GNU readline, adds the line to the end of the History List, and then returns the line. Usually you call save_history() before the program exits, so that the History List is saved to the histfile. Various options can be changed using the set_options{} function. See also: http://cnswww.cns.cwru.edu/php/chet/readline/readline.html http://cnswww.cns.cwru.edu/php/chet/readline/history.html May it be useful :-) Regards, Peter Billam http://www.pjb.com.au [email protected] (03) 6278 9410 "Follow the charge, not the particle." -- Richard Feynman from The Theory of Positrons, Physical Review, 1949 ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
