From e013d422b7db8cf050985d8ba70eebf3ac26cb80 Mon Sep 17 00:00:00 2001 From: Erik Huizinga Date: Wed, 21 Dec 2016 01:56:15 +0100 Subject: [PATCH] Update README with known issue #18 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e00e26a..2a4892c 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,16 @@ true | _Default_. Status symbols (`≡` `↑` `↓` `↕`) will be shown. false | No status symbol will be shown, saving some prompt length. +Known issues +------------ + +### Terminal.app + +When using Terminal.app, when the prompt is longer than the terminal window +width, the prompt line may not wrap correctly to the next line. This is +suspected to be caused by incorrect handling of ANSI color codes by +Terminal.app. See [issue #18](lyze/posh-git-sh/issues#18). + Background ----------