mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
RL_CHANGE_ENVIRONMENT.value = 0
This commit is contained in:
parent
8f6e565e20
commit
4b92b5da4a
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ def setup_readline():
|
|||
try:
|
||||
RL_CHANGE_ENVIRONMENT = ctypes.c_int.in_dll(lib, 'rl_change_environment')
|
||||
print('RL_CHANGE_ENVIRONMENT:', RL_CHANGE_ENVIRONMENT.value)
|
||||
RL_CHANGE_ENVIRONMENT.value = 0
|
||||
print('RL_CHANGE_ENVIRONMENT:', RL_CHANGE_ENVIRONMENT.value)
|
||||
except ValueError:
|
||||
pass
|
||||
# reads in history
|
||||
|
|
Loading…
Add table
Reference in a new issue