Python3 curses module | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Python3 curses module

Why does the curses module in python3 raises an exception after it successfully adds a char at the lower right part of a window? This is all the docs at https://docs.python.org/3/library/curses.html says "Attempting to write to the lower right corner of a window, subwindow, or pad will cause an exception to be raised after the character is printed." It doesn't mention why exactly it does that? What is the reason?

8th Oct 2020, 4:33 AM
Shahil Ahmed
Shahil Ahmed - avatar
1 ответ
+ 1
Maybe it is the behavior of the underlying `curses` library?
23rd Jan 2023, 11:21 AM
Евгений
Евгений - avatar