Commit Graph

8 Commits

Author SHA1 Message Date
Qi Xiao
67e4b5df11 Prompt can now be customized by modifying le:{,r}prompt.
This fixes #103.
2016-02-23 13:24:28 +01:00
Qi Xiao
6a80c3dcef Only use stub when it is alive. 2016-02-23 12:33:32 +01:00
Qi Xiao
f31d77615c Synchronize logSignals and handleHupAndQuit. 2016-02-22 15:24:38 +01:00
Qi Xiao
f14106f5eb Use a cooldown in face of editor error. 2016-02-22 14:40:17 +01:00
Qi Xiao
8bdf6751dd Use script mode when stdin is not tty. 2016-02-22 14:35:00 +01:00
Qi Xiao
5786dc7ffb Handle HUP; restart editor in 1s after consecutive error 2016-02-22 14:31:03 +01:00
Qi Xiao
ff76359063 Add stub to Evaler; don't flood the terminal when I/O error occurs. 2016-02-21 16:26:16 +01:00
Qi Xiao
a880b74a1b Put the actual entry function in a new run package.
This allows us to test the entry function.
2016-02-21 12:52:47 +01:00