urbit/pkg/interface/webterm
fang f58bdbcec4
webterm: handle ctrl+shift key events specially
xterm.js seems to have a bug where it doesn't register ctrl+uppercase
keypresses correctly. To work around this, we catch such keypresses
explicitly and handle them inline.
2022-07-08 20:44:21 +02:00
..
config webterm: web interface only, herm stays in base 2021-09-14 15:07:22 +02:00
lib webterm: include utility for highlighting renders 2022-05-16 15:56:33 +02:00
.eslintrc.js devex: eslint config 2022-03-09 16:14:06 -06:00
.nvmrc webterm: support multiple sessions 2022-03-02 17:34:19 -06:00
api.ts webterm: fix broken imports 2021-12-06 10:05:14 -05:00
App.tsx devex: address PR feedback 2022-04-11 12:05:25 -07:00
Buffer.tsx webterm: handle ctrl+shift key events specially 2022-07-08 20:44:21 +02:00
constants.ts devex: improved resize behavior 2022-04-19 03:41:40 -07:00
index.html devex: improved resize behavior 2022-04-19 03:41:40 -07:00
index.js webterm: standalone package 2021-09-14 14:14:29 +02:00
InfoButton.tsx ux: detect OS for hotkey instructions 2022-04-13 08:47:30 -07:00
package-lock.json ux: refactor resize behavior 2022-04-14 07:13:09 -07:00
package.json ux: refactor resize behavior 2022-04-14 07:13:09 -07:00
state.ts devex: cleaning up lint issues 2022-03-09 16:25:10 -06:00
Tab.tsx ux: refactor resize behavior 2022-04-14 07:13:09 -07:00
Tabs.tsx devex: address PR feedback 2022-04-11 12:05:25 -07:00
tsconfig.json webterm: support multiple sessions 2022-03-02 17:34:19 -06:00