im j trynna checkout, hope this code isn't broken

This commit is contained in:
Harrison DiAmbrosio 2025-11-30 22:24:51 -05:00
parent acb95648e6
commit 02b48c9952
3 changed files with 28 additions and 17 deletions

View file

@ -59,7 +59,7 @@ pub fn close(L: *zlua.Lua) i32 {
return 1;
}
// ---Position the view by it's top left corner
// ---position the view by it's top left corner
// ---@param view_id view_id 0 maps to focused view
// ---@param x number x position for view
// ---@param y number y position for view