Fix typos

This commit is contained in:
Kevin Hovsäter
2023-08-08 14:27:34 +02:00
parent aff64d9951
commit 22b8173164
38 changed files with 52 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ Rings a "bell" to alert the operator to some condition.
## TODO
* Add a configurable visuable bell -- common in most terminal emulators --
* Add a configurable visual bell -- common in most terminal emulators --
to flash the border.
* Mark the window as requesting attention, most operating systems support
this. For example, Windows windows will flash in the toolbar.

View File

@@ -12,7 +12,7 @@ TODO: Details about how this interacts with soft wrapping.
## Implementation Details
* ghostty implements this naively as `cursor.x -|= 1` (`-|=` being a
saturating substraction).
saturating subtraction).
## TODO

View File

@@ -5,4 +5,4 @@
| Text | `ESC H` |
| Hex | `0x18 0x48` |
Mark the current cursor colum as a tab stop.
Mark the current cursor column as a tab stop.