This commit is contained in:
Kartik K. Agaram 2021-11-09 07:25:58 -08:00
parent 8eae94e860
commit b49ea0c7b0
1 changed files with 2 additions and 2 deletions

View File

@ -191,8 +191,8 @@ automatically read and update the cursor position in various ways.
- `draw-code-point-at-cursor-over-full-screen`: `render-code-point` at - `draw-code-point-at-cursor-over-full-screen`: `render-code-point` at
cursor position. cursor position.
- `draw-cursor`: highlights the current position of the cursor. Programs must - `draw-cursor`: highlights the current position of the cursor. Programs must
pass in the grapheme to draw at the cursor position, and are responsible for pass in the code-point to draw at the cursor position, and are responsible
clearing the highlight when the cursor moves. for clearing the highlight when the cursor moves.
- `move-cursor-left`, `move-cursor-right`, `move-cursor-up`, `move-cursor-down`. - `move-cursor-left`, `move-cursor-right`, `move-cursor-up`, `move-cursor-down`.
These primitives always silently fail if the desired movement would go out These primitives always silently fail if the desired movement would go out
of screen bounds. of screen bounds.