From b3e98ebb958db9f6e180bfd672f66bdb980e52a7 Mon Sep 17 00:00:00 2001 From: romkatv Date: Fri, 8 Mar 2019 16:11:06 +0100 Subject: [PATCH] document known bugs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index abb085df..92c5d16a 100644 --- a/README.md +++ b/README.md @@ -226,3 +226,9 @@ If you really need to know, here's where Powerlevel10k differs from Powerlevel9k * Fewer configuration options can be changed after the theme is loaded. For example, if you decide to change background color of some segment in the middle of an interactive session, it may not work. + +## Known bugs + +When a notification about an exiting job is displayed, prompt content doesn't get refreshed. +In Powerlevel9k it does. This could be fixed but the fix will add non-trivial complexity and +extra prompt latency.