mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a FAQ about the default macOS terminal.app
This commit is contained in:
10
FAQ.md
10
FAQ.md
@@ -7,6 +7,7 @@
|
||||
- [How can I select and copy text in a Textual app?](#how-can-i-select-and-copy-text-in-a-textual-app)
|
||||
- [How do I center a widget in a screen?](#how-do-i-center-a-widget-in-a-screen)
|
||||
- [How do I pass arguments to an app?](#how-do-i-pass-arguments-to-an-app)
|
||||
- [Why doesn't Textual look good on macOS?](#why-doesn't-textual-look-good-on-macos)
|
||||
- [Why doesn't Textual support ANSI themes?](#why-doesn't-textual-support-ansi-themes)
|
||||
|
||||
<a name="does-textual-support-images"></a>
|
||||
@@ -104,6 +105,15 @@ Greetings(to_greet="davep").run()
|
||||
Greetings("Well hello", "there").run()
|
||||
```
|
||||
|
||||
<a name="why-doesn't-textual-look-good-on-macos"></a>
|
||||
## Why doesn't Textual look good on macOS?
|
||||
|
||||
The default macOS `Terminal.app` is getting rather old now, and has problems
|
||||
such as being limited to just 256 colors. We recommend installing a newer
|
||||
terminal such as [iTerm2](https://iterm2.com/),
|
||||
[Kitty](https://sw.kovidgoyal.net/kitty/) or
|
||||
[WezTerm](https://wezfurlong.org/wezterm/).
|
||||
|
||||
<a name="why-doesn't-textual-support-ansi-themes"></a>
|
||||
## Why doesn't Textual support ANSI themes?
|
||||
|
||||
|
||||
17
questions/why-looks-bad-on-macos.question.md
Normal file
17
questions/why-looks-bad-on-macos.question.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Why doesn't Textual look good on macOS?"
|
||||
alt_titles:
|
||||
- "looks bad on macOS"
|
||||
- "dashed lines on macOS"
|
||||
- "broken borders on macOS"
|
||||
- "pale colors on macOS"
|
||||
- "pale colours on macOS"
|
||||
- "mac terminal"
|
||||
- "macOS terminal"
|
||||
---
|
||||
|
||||
The default macOS `Terminal.app` is getting rather old now, and has problems
|
||||
such as being limited to just 256 colors. We recommend installing a newer
|
||||
terminal such as [iTerm2](https://iterm2.com/),
|
||||
[Kitty](https://sw.kovidgoyal.net/kitty/) or
|
||||
[WezTerm](https://wezfurlong.org/wezterm/).
|
||||
Reference in New Issue
Block a user