summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-03-08 18:11:06 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-03-08 18:11:06 +0300
commitb3e98ebb958db9f6e180bfd672f66bdb980e52a7 (patch)
tree2b2029093e16f6e91909f88817bf6561754c8d84
parentaad33010499fa2f82d9dedbef4ca415fdb98c354 (diff)
document known bugs
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.