From c4d298a347bace37c4fe06fa0e1a4668b92028ed Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Jun 2008 12:12:44 +0000 Subject: file name completion for command i --- src-3.0/GF/System/NoReadline.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src-3.0/GF/System/NoReadline.hs') diff --git a/src-3.0/GF/System/NoReadline.hs b/src-3.0/GF/System/NoReadline.hs index 564200a3e..1f1050e8c 100644 --- a/src-3.0/GF/System/NoReadline.hs +++ b/src-3.0/GF/System/NoReadline.hs @@ -12,7 +12,7 @@ -- Do not use readline. ----------------------------------------------------------------------------- -module GF.System.NoReadline (fetchCommand, setCompletionFunction) where +module GF.System.NoReadline (fetchCommand, setCompletionFunction, filenameCompletionFunction) where import System.IO.Error (try) import System.IO (stdout,hFlush) @@ -28,3 +28,6 @@ fetchCommand s = do setCompletionFunction :: Maybe (String -> String -> Int -> IO [String]) -> IO () setCompletionFunction _ = return () + +filenameCompletionFunction :: String -> IO [String] +filenameCompletionFunction _ = return [] -- cgit v1.2.3