* Added PackageInstaller to the image.
* Added an inputrc to the image that should have the same effect as the recent bash readline default changes for other apps that use readline. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22553 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# readline input configuration
|
||||
|
||||
"\e[5~": history-search-backward
|
||||
"\e[6~": history-search-forward
|
||||
"\e[@": beginning-of-line
|
||||
"\e[[": end-of-line
|
||||
DEL: delete-char
|
||||
Reference in New Issue
Block a user