add yank functionality in imperative shell
This commit is contained in:
@@ -3,6 +3,7 @@ sig
|
||||
datatype t =
|
||||
REDRAW_TEXT of Real32.real vector
|
||||
| REDRAW_CURSOR of Real32.real vector
|
||||
| YANK of string
|
||||
end
|
||||
|
||||
structure DrawMsg :> DRAW_MSG =
|
||||
@@ -10,4 +11,5 @@ struct
|
||||
datatype t =
|
||||
REDRAW_TEXT of Real32.real vector
|
||||
| REDRAW_CURSOR of Real32.real vector
|
||||
| YANK of string
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user