* 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:
@@ -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
|
BEOS_APPS = AboutSystem CodyCam DeskCalc DiskProbe CDPlayer Expander
|
||||||
Icon-O-Matic Installer LaunchBox Magnify Mail MediaPlayer MidiPlayer
|
Icon-O-Matic Installer LaunchBox Magnify Mail MediaPlayer MidiPlayer
|
||||||
NetworkStatus People PowerStatus ProcessController ShowImage SoundRecorder
|
NetworkStatus PackageInstaller People PowerStatus ProcessController
|
||||||
StyledEdit Terminal TV Workspaces
|
ShowImage SoundRecorder StyledEdit Terminal TV Workspaces
|
||||||
;
|
;
|
||||||
BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail FileTypes
|
BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail FileTypes
|
||||||
Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen ScreenSaver
|
Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen ScreenSaver
|
||||||
@@ -278,7 +278,7 @@ SEARCH on $(svgFiles)
|
|||||||
AddFilesToHaikuImage beos etc artwork : $(svgFiles) ;
|
AddFilesToHaikuImage beos etc artwork : $(svgFiles) ;
|
||||||
|
|
||||||
# TODO: Use data/etc/termcap or src/libs/termcap.src?
|
# 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) ;
|
etcFiles = $(etcFiles:G=etc) ;
|
||||||
SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ;
|
SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ;
|
||||||
AddFilesToHaikuImage beos etc : $(etcFiles) ;
|
AddFilesToHaikuImage beos etc : $(etcFiles) ;
|
||||||
|
|||||||
@@ -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