Skip to content

Commit e26238e

Browse files
committed
README: Add is_term_resized patch
This adds the `is_term_resized` invocation argument correction patch to the list of patches that need to be applied for adding a new Python version support. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3e4fa8c commit e26238e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,11 @@ Adding support for a new Python version
186186
CPython source code to `pyXY/_cursesmodule.c` and `pyXY/_curses_panel.c`,
187187
respectively.
188188

189-
3. Apply the PDCurses compatibility patch from
190-
[this commit](https://github.com/zephyrproject-rtos/windows-curses/commit/b1cf4e10cecb9ba3e43766407c2ed2b138571f85)
191-
and the resizing hack from
192-
[this commit](https://github.com/zephyrproject-rtos/windows-curses/commit/30ca08bfbcb7a332228ddcde026181b2009ea0a7).
189+
3. Apply the following PDCurses compatibility patches:
190+
191+
* https://github.com/zephyrproject-rtos/windows-curses/commit/b1cf4e10cecb9ba3e43766407c2ed2b138571f85
192+
* https://github.com/zephyrproject-rtos/windows-curses/commit/30ca08bfbcb7a332228ddcde026181b2009ea0a7
193+
* https://github.com/zephyrproject-rtos/windows-curses/commit/3e4fa8c6427483641300efb21a3e9af78b146c83
193194

194195
4. Run `Tools/clinic/clinic.py` script from the CPython source code on
195196
`pyXY/_cursesmodule.c` and `pyXY/_curses_panel.c` in order to generate the

0 commit comments

Comments
 (0)