diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/js/app.js b/js/app.js index 754d2fa..ca7d5d4 100644 --- a/js/app.js +++ b/js/app.js @@ -195,6 +195,10 @@ function setupHterm() { }], ]); + //Send backspace \x08 instead of delete (\x7f) when pressing the backspace + // key + term.prefs_.set('backspace-sends-backspace', true) + // Useful for console debugging. window.term_ = term; }