diff options
| author | Omar Rizwan <omar@omar.website> | 2024-04-10 23:31:54 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2024-04-10 23:31:54 +0000 |
| commit | 480f46f73a64d252fdc3aa5fad95ef7975ce4b41 (patch) | |
| tree | 0a8c53227f15db8ccb116746e7fdfd99d1a3d4cd /virtual-programs | |
| parent | text: Make radians optional (diff) | |
| download | folk-480f46f73a64d252fdc3aa5fad95ef7975ce4b41.tar.gz folk-480f46f73a64d252fdc3aa5fad95ef7975ce4b41.zip | |
setup: Fix terminal
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/setup/setup.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/setup/setup.folk b/virtual-programs/setup/setup.folk index 2e25c83e..8071471a 100644 --- a/virtual-programs/setup/setup.folk +++ b/virtual-programs/setup/setup.folk @@ -8,13 +8,13 @@ When the display /disp/ has width /displayWidth/ height /displayHeight/ { set terminalRegion [region fromRect \ [/ $displayWidth 5.0] [/ $displayHeight 5.0] \ $terminalWidth $terminalHeight] + Wish $this is a terminal Claim $this has terminal region $terminalRegion Claim $this has keyboard input # TODO: internet status # TODO: document how to set up wifi - # TODO: git status # TODO: calibrate instructions |
