add cursor buffer and cursor program to imperative shell
This commit is contained in:
@@ -2,10 +2,12 @@ signature DRAW_MSG =
|
||||
sig
|
||||
datatype t =
|
||||
REDRAW_TEXT of Real32.real vector
|
||||
| REDRAW_CURSOR of Real32.real vector
|
||||
end
|
||||
|
||||
structure DrawMsg :> DRAW_MSG =
|
||||
struct
|
||||
datatype t =
|
||||
REDRAW_TEXT of Real32.real vector
|
||||
| REDRAW_CURSOR of Real32.real vector
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user