Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ed: eliminate global variable $fname #418

Merged
merged 2 commits into from
Jan 28, 2024
Merged

Commits on Jan 27, 2024

  1. ed: eliminate global variable $fname

    * 1st argument is the filename to be passed to edEdit()
    * Special filename '-' is the same as no filename; edEdit() expects unset filename and reads stdin
    * Extra file arguments are not allowed; only one file can be edited at a time
    * When stdin is read, byte counts are not displayed
    mknos authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e86166c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea304d View commit details
    Browse the repository at this point in the history