Commit 3e4fa8c
committed
_cursesmodule.c: Fix is_term_resized() invocation
The PDCurses `is_termresized()` function, which is mapped to
`is_term_resized()`, does not take any arguments.
This was overlooked because VC 14.40 and below did not treat the extra
arguments as an error (only a warning was output).
Note that this does not introduce any behavioural changes since the
extra arguments provided to `is_termresized()` was never used in the
first place.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>1 parent 5dadc2c commit 3e4fa8c
File tree
9 files changed
+9
-9
lines changed- py310
- py311
- py312
- py34
- py35
- py36
- py37
- py38
- py39
9 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3569 | 3569 | | |
3570 | 3570 | | |
3571 | 3571 | | |
3572 | | - | |
| 3572 | + | |
3573 | 3573 | | |
3574 | 3574 | | |
3575 | 3575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3569 | 3569 | | |
3570 | 3570 | | |
3571 | 3571 | | |
3572 | | - | |
| 3572 | + | |
3573 | 3573 | | |
3574 | 3574 | | |
3575 | 3575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3569 | 3569 | | |
3570 | 3570 | | |
3571 | 3571 | | |
3572 | | - | |
| 3572 | + | |
3573 | 3573 | | |
3574 | 3574 | | |
3575 | 3575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2634 | 2634 | | |
2635 | 2635 | | |
2636 | 2636 | | |
2637 | | - | |
| 2637 | + | |
2638 | 2638 | | |
2639 | 2639 | | |
2640 | 2640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2633 | 2633 | | |
2634 | 2634 | | |
2635 | 2635 | | |
2636 | | - | |
| 2636 | + | |
2637 | 2637 | | |
2638 | 2638 | | |
2639 | 2639 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2633 | 2633 | | |
2634 | 2634 | | |
2635 | 2635 | | |
2636 | | - | |
| 2636 | + | |
2637 | 2637 | | |
2638 | 2638 | | |
2639 | 2639 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2634 | 2634 | | |
2635 | 2635 | | |
2636 | 2636 | | |
2637 | | - | |
| 2637 | + | |
2638 | 2638 | | |
2639 | 2639 | | |
2640 | 2640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3316 | 3316 | | |
3317 | 3317 | | |
3318 | 3318 | | |
3319 | | - | |
| 3319 | + | |
3320 | 3320 | | |
3321 | 3321 | | |
3322 | 3322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3420 | 3420 | | |
3421 | 3421 | | |
3422 | 3422 | | |
3423 | | - | |
| 3423 | + | |
3424 | 3424 | | |
3425 | 3425 | | |
3426 | 3426 | | |
| |||
0 commit comments