mirror of https://github.com/python/cpython.git
added clearkey = '\033'
This commit is contained in:
parent
ed2ed9483f
commit
5069498884
|
@ -4,7 +4,7 @@
|
|||
enterkey = '\003'
|
||||
backspacekey = '\010'
|
||||
deletekey = '\177'
|
||||
|
||||
clearkey = '\033'
|
||||
helpkey = '\005'
|
||||
|
||||
leftarrowkey = '\034'
|
||||
|
|
Loading…
Reference in New Issue