From 1b8f7f13a3dc70e0e903cb94248220b40b732204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 14 Oct 2007 13:52:42 +0000 Subject: [PATCH] * 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 --- build/jam/HaikuImage | 6 +++--- data/etc/inputrc | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 data/etc/inputrc diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 4c1254b44e..e9e236e76d 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -48,8 +48,8 @@ BEOS_BIN = "[" addattr alert arp base64 basename bc beep bison bzip2 cat catattr BEOS_APPS = AboutSystem CodyCam DeskCalc DiskProbe CDPlayer Expander Icon-O-Matic Installer LaunchBox Magnify Mail MediaPlayer MidiPlayer - NetworkStatus People PowerStatus ProcessController ShowImage SoundRecorder - StyledEdit Terminal TV Workspaces + NetworkStatus PackageInstaller People PowerStatus ProcessController + ShowImage SoundRecorder StyledEdit Terminal TV Workspaces ; BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail FileTypes Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen ScreenSaver @@ -278,7 +278,7 @@ SEARCH on $(svgFiles) AddFilesToHaikuImage beos etc artwork : $(svgFiles) ; # TODO: Use data/etc/termcap or src/libs/termcap.src? -local etcFiles = profile termcap teapot.data ; +local etcFiles = inputrc profile termcap teapot.data ; etcFiles = $(etcFiles:G=etc) ; SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ; AddFilesToHaikuImage beos etc : $(etcFiles) ; diff --git a/data/etc/inputrc b/data/etc/inputrc new file mode 100644 index 0000000000..b5bf9f0095 --- /dev/null +++ b/data/etc/inputrc @@ -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