diff options
| author | aarne <unknown> | 2005-08-17 13:43:50 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-08-17 13:43:50 +0000 |
| commit | dfba9956ae4e0d1a485a165cc83bc382580a5513 (patch) | |
| tree | c6f62e9f7d47edba132df9f2559b44f8c75b0c0e /src/GF/Shell/CommandL.hs | |
| parent | 73c6ae2a4c1536ce311ad113c20fedd197b3824f (diff) | |
edit command ct pos
Diffstat (limited to 'src/GF/Shell/CommandL.hs')
| -rw-r--r-- | src/GF/Shell/CommandL.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GF/Shell/CommandL.hs b/src/GF/Shell/CommandL.hs index df65492c3..79f822c7f 100644 --- a/src/GF/Shell/CommandL.hs +++ b/src/GF/Shell/CommandL.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/06/11 20:27:05 $ +-- > CVS $Date: 2005/08/17 14:43:50 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.19 $ +-- > CVS $Revision: 1.20 $ -- -- (Description of the module) ----------------------------------------------------------------------------- @@ -110,6 +110,7 @@ pCommandMsg s = (m,pCommandWords $ words c) where "'" : _ -> CTop "+" : _ -> CLast "mp" : p -> CMovePosition (readIntList (unwords p)) + "ct" : p -> CCopyPosition (readIntList (unwords p)) "r" : f : _ -> CRefineWithAtom f "w" : f:i : _ -> CWrapWithFun (f, readIntArg i) "ch": f : _ -> CChangeHead f |
