Home
last modified time | relevance | path

Searched hist:"4 a8db713" (Results 1 – 4 of 4) sorted by relevance

/openbsd/bin/csh/
H A Dcsh.h4a8db713 Wed Aug 30 06:42:21 GMT 2017 anton <anton@openbsd.org> Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating
the input buffer instructs csh that the buffer contains a complete command. This
is wrong and should only happen when buffer is not full, otherwise more data has
to be read in order form a complete command.

While here, do not print the prompt again when the input exceeds the input
buffer and while inserting a line continuation (backslash).
H A Dfunc.c4a8db713 Wed Aug 30 06:42:21 GMT 2017 anton <anton@openbsd.org> Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating
the input buffer instructs csh that the buffer contains a complete command. This
is wrong and should only happen when buffer is not full, otherwise more data has
to be read in order form a complete command.

While here, do not print the prompt again when the input exceeds the input
buffer and while inserting a line continuation (backslash).
H A Dfile.c4a8db713 Wed Aug 30 06:42:21 GMT 2017 anton <anton@openbsd.org> Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating
the input buffer instructs csh that the buffer contains a complete command. This
is wrong and should only happen when buffer is not full, otherwise more data has
to be read in order form a complete command.

While here, do not print the prompt again when the input exceeds the input
buffer and while inserting a line continuation (backslash).
H A Dcsh.c4a8db713 Wed Aug 30 06:42:21 GMT 2017 anton <anton@openbsd.org> Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating
the input buffer instructs csh that the buffer contains a complete command. This
is wrong and should only happen when buffer is not full, otherwise more data has
to be read in order form a complete command.

While here, do not print the prompt again when the input exceeds the input
buffer and while inserting a line continuation (backslash).