1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-22 09:27:39 +00:00

Some event typo fixes

This commit is contained in:
Jonathan Coates
2023-01-16 22:53:58 +00:00
parent f43b839056
commit 2014e9527e
12 changed files with 30 additions and 23 deletions

View File

@@ -10,7 +10,8 @@ When this event fires, some parts of the terminal may have been moved or deleted
not using @{term.setCursorPos}) can ignore this event, but more complex GUI programs should redraw the entire screen.
## Example
Prints :
Print a message each time the terminal is resized.
```lua
while true do
os.pullEvent("term_resize")