Skip to content

Harmonization about the input buffer length #20

@ruv

Description

@ruv

When the standard refers to the input buffer length, it uses different wording, so it is unclear whether it means the same thing of different things.

There are two conceptions:

  • the actual size of the input buffer (in primitive characters, that are address units now), like in "size of the keyboard terminal input buffer".
  • the number of characters in the input buffer that the program is allowed to parse, like in "number of characters in the input buffer".

We can assume that the input buffer length is formally the same as the the number of characters in the input buffer, and use the same wording in all the cases.

For the terminal input buffer, we can say "the maximum length of the terminal input buffer" (is implementation defined).

Metadata

Metadata

Assignees

No one assigned

    Labels

    inconsistencySomething is inconsistent with something else

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions