changed quit from 'q' to 'Q'
This commit is contained in:
parent
c839aa9e61
commit
bd0198b407
@ -4,3 +4,5 @@ NULL,
|
|||||||
['O'] = c_open,
|
['O'] = c_open,
|
||||||
['P'] = c_print,
|
['P'] = c_print,
|
||||||
['w'] = c_writeline,
|
['w'] = c_writeline,
|
||||||
|
['q'] = NULL,
|
||||||
|
['Q'] = c_quit,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user