Make ^U behave more like a standard UNIX command-line
authorIvy Foster <iff@escondida.tk>
Fri, 16 Feb 2018 01:32:05 +0000 (19:32 -0600)
committerIvy Foster <iff@escondida.tk>
Fri, 16 Feb 2018 01:32:05 +0000 (19:32 -0600)
commitec3a4c5816620ba53329775b679405d306fd522e
tree13440b1aabd99ee82ad6c1adceea1c14ddc92259
parent4cc2532a33299329683ee1ac86df68cacc72db96
Make ^U behave more like a standard UNIX command-line

Traditionally, ^U deletes everything from the character before point
to the beginning of the line, and this is how your average shell or
REPL behaves. Previously, frotz deleted the whole line.
src/common/frotz.h
src/curses/ux_input.c