[issue45934] python curses newterm implementation

2021-12-06 Thread Julius Hamilton
Julius Hamilton added the comment: I’m currently planning on studying the C code for initscr and newterm so I can really understand how they work. I’ll post any updates about this soon. Thanks. -- ___ Python tracker

[issue45934] python curses newterm implementation

2021-12-06 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45934] python curses newterm implementation

2021-12-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Guido for clarification. I have found that post: https://mail.python.org/archives/list/core-mentors...@python.org/thread/YGSMPKP7G3HO73ISEQZFAWPPGCOA3JYZ/ I agree that it is worth to implement newterm. In particular it would be useful in tests.

[issue45934] python curses newterm implementation

2021-12-05 Thread Guido van Rossum
Guido van Rossum added the comment: Serhiy, this started with a post by Julius to the core-mentorship list. He wants to add newterm(), and found that an issue about that was just created by a different user (draganic1) -- apparently without a comment body, so it appears the first comment is

[issue45934] python curses newterm implementation

2021-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What is it about? The first message is by Guido, but not this message nor the title does not give me any idea what is it about. -- nosy: +serhiy.storchaka ___ Python tracker

[issue45934] python curses newterm implementation

2021-12-05 Thread Julius Hamilton
Julius Hamilton added the comment: I’m trying to patch this bug. Here are my current working questions: 1. What is the relationship between an fd (file descriptor) and a terminal? What software / hardware component goes to “fd 0” to receive input from it? Is there a GNU Screen command to recei

[issue45934] python curses newterm implementation

2021-12-05 Thread Julius Hamilton
Julius Hamilton added the comment: I’m trying to patch this bug. Here are my current working questions: 1. What is the relationship between an fd (file descriptor) and a terminal? What software / hardware component goes to “fd 0” to receive input from it? Is there a GNU Screen command to rec

[issue45934] python curses newterm implementation

2021-12-04 Thread Éric Araujo
Change by Éric Araujo : -- stage: -> needs patch versions: -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___

[issue45934] python curses newterm implementation

2021-12-04 Thread Guido van Rossum
Guido van Rossum added the comment: This does not apply to Windows (we don’t support curses there). -- components: +Library (Lib) -C API, Windows ___ Python tracker ___ ___

[issue45934] python curses newterm implementation

2021-12-04 Thread Guido van Rossum
New submission from Guido van Rossum : Since this is an enhancement, it should only target 3.11.-- --Guido (mobile) -- ___ Python tracker ___ __

[issue45934] python curses newterm implementation

2021-12-04 Thread Julius Hamilton
Change by Julius Hamilton : -- nosy: +Guido.van.Rossum, juliushamilton100 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue45934] python curses newterm implementation

2021-11-29 Thread NIKOLA DRAGANIC
Change by NIKOLA DRAGANIC : -- components: C API, Windows nosy: draganic1, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: python curses newterm implementation type: enhancement versions: Python 3.10, Python 3.11, Python 3.6, Python 3