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

Pre commands inherit stderr from main process #272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gramosg
Copy link

@gramosg gramosg commented Nov 9, 2023

This has two main benefits:

  1. Errors during preprocessing are now visible (not on the slides
    themselves but back on the console after exiting), which helps with
    debugging.
  2. Subprocesses are able to do fine-grained formatting, as terminfo
    commands now work properly. For example, tput cols and tput lines
    now return the correct terminal size instead of the defalt 80x24.

This has two main benefits:

1) Errors during preprocessing are now visible (not on the slides
   themselves but back on the console after exiting), which helps with
   debugging.
2) Subprocesses are able to do fine-grained formatting, as terminfo
   commands now work properly. For example, `tput cols` and `tput lines`
   now return the correct terminal size instead of the defalt 80x24.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant