sortix--sortix/sh
Jonas 'Sortie' Termansen c2088ae3ee Fix shell double quoting escaping non-special characters.
This bug was reported by Ricardo Grant.
2021-09-13 20:37:56 +02:00
..
.gitignore
Makefile
editline.c Support the ^[[1~ for Home and ^[[4~ for End escape sequences in sh(1). 2017-12-04 23:56:47 +01:00
editline.h Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
proper-sh.c Fix execl(3) sentinel undefined behaviour. 2016-09-30 23:36:49 +02:00
sh.c Fix shell double quoting escaping non-special characters. 2021-09-13 20:37:56 +02:00
showline.c Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
showline.h Switch sh(1) to termios. 2016-11-22 21:36:43 +01:00
util.c
util.h