migueldeicaza / SwiftTerm

Xterm/VT100 Terminal emulator in Swift
MIT License
978 stars 145 forks source link

Use W Hack For macOS Cell Width #347

Closed thecoolwinter closed 3 months ago

thecoolwinter commented 3 months ago

Uses the "W" hack for finding the cell width on macOS, similar to how it already works on iOS. Adds a commented version that comes with a performance hit as discussed in #286.

migueldeicaza commented 3 months ago

Thank you for the PR!