mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
file name completion for command i
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
-- Uses the right readline library to read user input.
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module GF.System.Readline (fetchCommand, setCompletionFunction) where
|
||||
module GF.System.Readline (fetchCommand, setCompletionFunction, filenameCompletionFunction) where
|
||||
|
||||
#ifdef USE_READLINE
|
||||
|
||||
import GF.System.UseReadline (fetchCommand, setCompletionFunction)
|
||||
import GF.System.UseReadline
|
||||
|
||||
#else
|
||||
|
||||
import GF.System.NoReadline (fetchCommand, setCompletionFunction)
|
||||
import GF.System.NoReadline
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user