[PR] #118 from pandaninjas: Change wording
Press any key -> Press enter
This commit is contained in:
commit
9acc0c0719
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def create_config() -> Config:
|
|||
if term_len < 2 * asc_width + 4 or term_lines < 30:
|
||||
printc(f'&cWarning: Your terminal is too small ({term_len} * {term_lines}). \n'
|
||||
f'Please resize it for better experience.')
|
||||
input('Press any key to ignore...')
|
||||
input('Press enter to ignore...')
|
||||
except:
|
||||
# print('Warning: We cannot detect your terminal size.')
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue