Skip to content

Commit

Permalink
README: rgi_at uses EAW
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Nov 19, 2024
1 parent 82b17bd commit b79047c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ The `emoji:` option can be used to configure which type of Emoji should be consi
`:all_no_vs16` | EAW (1 or 2) | 2 for all ZWJ/modifier/keycap sequences, even if they are not well-formed Emoji sequences | WezTerm
`:possible`| 2 | 2 for all possible/well-formed Emoji sequences | ?
`:rgi` | 2 | 2 for all [RGI Emoji](https://www.unicode.org/reports/tr51/#def_rgi_set) sequences | ?
`:rgi_at` | EAW (1 or 2) | 1 or 2: Like `:rgi`, but Emoji sequences starting with a default-text Emoji have width 1 | Apple Terminal
`:rgi_at` | EAW (1 or 2) | 1 or 2: Like `:rgi`, but Emoji sequences starting with a default-text Emoji have EAW | Apple Terminal
`:vs16` | 2 | 2 * number of partial Emoji (sequences never considered to represent a combined Emoji) | kitty?
`false` or `:none` | EAW (1 or 2) | No Emoji adjustments | gnome-terminal, many older terminals

- *EAW:* East Asian Width
- *RGI Emoji:* Emoji Recommended for General Interchange
- *ZWJ:* Zero-width Joiner: Codepoint `U+200D`,used in many Emoji sequences

Expand Down

0 comments on commit b79047c

Please sign in to comment.