aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-25 14:44:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-25 14:44:48 +1300
commit1200846f20de92c3bf8f88f4230ccbb9ab047969 (patch)
treedaeabfed985532d92913a1f82b401de8d949476b /ISSUES.markdown
parentIgnore `unalias` failed call output in zsh (diff)
downloaddotfiles-1200846f20de92c3bf8f88f4230ccbb9ab047969.tar.gz
dotfiles-1200846f20de92c3bf8f88f4230ccbb9ab047969.zip
Add an issue
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index c2b7f350..e4c4a161 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -19,3 +19,6 @@ Known issues
* I can't find a clean way of detecting a restricted shell for ksh instances
to prevent trying to load anything fancy (works for Bash)
* Zsh, either! $options[restricted] is "off" within the startup file
+* I'm still not sure that the special character escaping for the ksh prompt
+ actually works. The line-wrapping behaviour for ksh93 seems to be a bit
+ weird. This requires debugging.