Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
     5         kx # /etc/inputrc
     5         kx # This file configures keyboard input for programs using readline.
     5         kx # See "man 3 readline" for more examples.
     5         kx 
     5         kx # Configure the system bell.  Options are none, visible, and audible.
     5         kx #set bell-style none
     5         kx 
     5         kx # Enable 8 bit input.
     5         kx set meta-flag On
     5         kx set input-meta On
     5         kx set convert-meta Off
     5         kx set output-meta On
     5         kx 
     5         kx # Set various nice escape sequences:
     5         kx "\eOd": backward-word
     5         kx "\eOc": forward-word
     5         kx 
     5         kx # for linux console
     5         kx "\e[1~": beginning-of-line
     5         kx "\e[4~": end-of-line
     5         kx "\e[5~": beginning-of-history
     5         kx "\e[6~": end-of-history
     5         kx "\e[3~": delete-char
     5         kx "\e[2~": quoted-insert
     5         kx 
     5         kx # for xterm
     5         kx "\eOH": beginning-of-line
     5         kx "\eOF": end-of-line
     5         kx 
     5         kx # for freebsd console
     5         kx "\e[H": beginning-of-line
     5         kx "\e[F": end-of-line