You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I have been using this version of ksh for a while now, but I have run into a bug. This isn't really high priority, it's more so a nuisance, but the resolution of the bug will be a great quality of life update. Using the home and end keys is a big part of my workflow but, at the moment, pressing the end key either does nothing or puts a '~' symbol. The home key seems to work fine though. I would try to fix this myself, but I'm not very experienced with shell development.
The text was updated successfully, but these errors were encountered:
What's the version number returned by print ${.sh.version} and the escape sequence printed by 'Ctrl+V + (release Ctrl+V) + End'? I ask because the specific bug you're describing should have been fixed years ago in commit 9a5af73 (although it's entirely possible I missed a possible escape code for End in that commit).
Hi! I have been using this version of ksh for a while now, but I have run into a bug. This isn't really high priority, it's more so a nuisance, but the resolution of the bug will be a great quality of life update. Using the home and end keys is a big part of my workflow but, at the moment, pressing the end key either does nothing or puts a '~' symbol. The home key seems to work fine though. I would try to fix this myself, but I'm not very experienced with shell development.
The text was updated successfully, but these errors were encountered: