reload = r command

This commit is contained in:
aarne
2006-06-01 08:16:21 +00:00
parent 5e665fa2ac
commit 34ca8208ac
5 changed files with 27 additions and 4 deletions

View File

@@ -97,8 +97,12 @@ data Command =
-- to isolate the commands that are executed on top level
data ImpureCommand =
ICQuit | ICExecuteHistory FilePath | ICEarlierCommand Int
| ICEditSession | ICTranslateSession
ICQuit
| ICExecuteHistory FilePath
| ICEarlierCommand Int
| ICEditSession
| ICTranslateSession
| ICReload
type CommandOpt = (Command, Options)