Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource lua54-readline

This Lua module offers a simple calling interface to the GNU Readline/History Library. 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. The user can configure the GNU Readline (e.g. vi or emacs keystrokes ?) with their individual ~/.inputrc file, see the INITIALIZATION FILE section of man readline. By default, the GNU readline library dialogues with the user by reading from stdin and writing to stdout; this fits very badly with applications that want to use stdin and stdout to input and output data. Therefore, this Lua module dialogues with the user on the controlling-terminal of the process (typically /dev/tty) as returned by ctermid(). Most of readline's Alternate Interface is now included, namely handler_install, read_char and handler_remove. Some applications need to interleave keyboard I/O with file, device, or window system I/O, typically by using a main loop to select() on various file descriptors. To accommodate this need, readline can also be invoked as a 'callback' function from an event loop, and the Alternate Interface offers functions to do this. The Alternate Interface does offer tab-completion; but it does not add to the history file, so you will probably want to call RL.add_history(s) explicitly. See handler_install() Access to readline's Custom Completion is now provided. This module does not work lua -i because that runs its own readline, and the two conflict with each other.

Found 1 sites for lua54-readline

Found 8 RPM for lua54-readline

PackageSummaryDistributionDownload
lua54-readline-3.0-3.5.i586.htmla simple interface to the readline and history librariesOpenSuSE Ports Tumbleweed for i586lua54-readline-3.0-3.5.i586.rpm
lua54-readline-3.0-3.4.aarch64.htmla simple interface to the readline and history librariesOpenSuSE Ports Tumbleweed for aarch64lua54-readline-3.0-3.4.aarch64.rpm
lua54-readline-3.0-3.4.armv6hl.htmla simple interface to the readline and history librariesOpenSuSE Ports Tumbleweed for armv6hllua54-readline-3.0-3.4.armv6hl.rpm
lua54-readline-3.0-3.4.armv7hl.htmla simple interface to the readline and history librariesOpenSuSE Ports Tumbleweed for armv7hllua54-readline-3.0-3.4.armv7hl.rpm
lua54-readline-3.0-3.4.ppc64le.htmla simple interface to the readline and history librariesOpenSuSE Ports Tumbleweed for ppc64lelua54-readline-3.0-3.4.ppc64le.rpm
lua54-readline-3.0-3.4.s390x.htmla simple interface to the readline and history librariesOpenSuSE Ports Tumbleweed for s390xlua54-readline-3.0-3.4.s390x.rpm
lua54-readline-3.0-3.4.x86_64.htmla simple interface to the readline and history librariesOpenSuSE Tumbleweed for x86_64lua54-readline-3.0-3.4.x86_64.rpm
lua54-readline-3.0-3.2.riscv64.htmla simple interface to the readline and history librariesOpenSuSE Ports Tumbleweed for riscv64lua54-readline-3.0-3.2.riscv64.rpm

Generated by rpm2html 1.6

Fabrice Bellet