Re: GCIC Fullscreen applications - Update
"kerravon86" <kerravon86-/[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "Rocky" <rocsystems@...> wrote: > > Should I use the IBM logic or can I enhnace it by recognizing > an LF or CR as an end of line as well. I'd vote for recognizing both LF and CRLF as line terminators, the only two formats I've ever seen in the real world. In PDPCLIB for MSDOS/Windows I do the same thing, ie a lot of effort to optimize the search for the LF or CRLF terminator. (I used a LF sentinel so that I could just search for LF before checking for CR). BFN. Paul.