aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-27 13:51:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-27 13:51:37 +1300
commita8d9b02bb4479c60f9187af21ef1b02b60860016 (patch)
treef67fd263cfc623503254acbbfed2f19196d1ad33 /ISSUES.markdown
parentPreserve job count quickly for ksh (diff)
downloaddotfiles-a8d9b02bb4479c60f9187af21ef1b02b60860016.tar.gz
dotfiles-a8d9b02bb4479c60f9187af21ef1b02b60860016.zip
Add an issue
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 5d9d43d3..1e766a6e 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -24,3 +24,5 @@ Known issues
jobspecs around that flee after a jobs builtin run; only saw this manifest
after 90dcadf; either I understand job specs really poorly or this may be a
bug in bash
+* Pressing Enter after an empty first line in ksh93 sets $? to 1; a bit
+ annoying. Maybe check history number somehow?