ridiculousfish
1caf20f7c3
Migrate the read limit into env_dispatch
2019-04-08 16:22:04 -07:00
ridiculousfish
fa0a6ae096
Move locale and curses init from env to env_dispatch
2019-04-08 16:22:04 -07:00
ridiculousfish
a4fe3c87ae
Switch certain environment callbacks from named to anonymous
2019-04-08 16:22:04 -07:00
ridiculousfish
987e41de12
Remove the op from env_dispatch
...
Environment dispatch passes strings like "ERASE" and "SET" but nobody
ever looks at those. Just get rid of them.
2019-04-08 16:22:04 -07:00
ridiculousfish
ab67354192
Migrate fish_use_posix_spawn into env_dispatch
2019-04-08 16:22:04 -07:00
ridiculousfish
e7de9cc371
Migrate some env initialization into env_dispatch
2019-04-08 16:22:04 -07:00
ridiculousfish
b67174b4a3
Clean up env_dispatch_table
2019-04-08 16:22:04 -07:00
ridiculousfish
b7fceddfc8
Refactor some environment code into env_dispatch.cpp
...
This new file is supposed to encapsulate all of the logic around
reacting to variable changes, as opposed to the environment core.
This is to help break up the env.cpp monolith.
2019-04-08 16:22:04 -07:00