done scaffolding cml and adding resize functionality
This commit is contained in:
@@ -2,4 +2,7 @@ structure AppType =
|
||||
struct
|
||||
type app_type =
|
||||
{buffer: LineGap.t, windowWidth: int, windowHeight: int}
|
||||
|
||||
fun init (buffer, windowWidth, windowHeight): app_type =
|
||||
{buffer = buffer, windowWidth = windowWidth, windowHeight = windowHeight}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user