Python3 curses module | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 1
Maybe it is the behavior of the underlying `curses` library?
23rd Jan 2023, 11:21 AM
Š•Š²Š³ŠµŠ½ŠøŠ¹
Š•Š²Š³ŠµŠ½ŠøŠ¹ - avatar