mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-03 04:14:41 +00:00
Fix typos
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user