mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Chris Herborth discovered a typo in the arrow key symbols.
This commit is contained in:
parent
32f7ae0066
commit
11847896ed
1 changed files with 2 additions and 1 deletions
|
@ -1232,7 +1232,8 @@ PyCurses_InitScr(self, args)
|
|||
SetDictInt("ACS_DEGREE", (ACS_DEGREE));
|
||||
SetDictInt("ACS_PLMINUS", (ACS_PLMINUS));
|
||||
SetDictInt("ACS_BULLET", (ACS_BULLET));
|
||||
SetDictInt("ACS_LARROW", (ACS_RARROW));
|
||||
SetDictInt("ACS_LARROW", (ACS_LARROW));
|
||||
SetDictInt("ACS_RARROW", (ACS_RARROW));
|
||||
SetDictInt("ACS_DARROW", (ACS_DARROW));
|
||||
SetDictInt("ACS_UARROW", (ACS_UARROW));
|
||||
SetDictInt("ACS_BOARD", (ACS_BOARD));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue