Changeset 2121 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
04/19/05 18:47:22 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
3535
Message:

* :l filename no longer needs double quotes in the Shell.
* initialize readline properly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r2118 r2121  
    3030        putStrLn ":i <exp>        = run a command, and ugly-print the result" 
    3131        putStrLn ":r              = reset the evaluation environment" 
    32         putStrLn ":l <filename>   = load a pugs file (need quotes around the name)" 
     32        putStrLn ":l <filename>   = load a pugs file" 
    3333 
    3434{- FIXME: Somebody with more UI skillz should make this nicer -}