We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c3701 commit 0e3987fCopy full SHA for 0e3987f
1 file changed
src/kernel/term_ctl.ts
@@ -599,6 +599,7 @@ export class WrappedTerminal extends Terminal {
599
}
600
601
602
+// TODO: separate the terminal interface from xterm, such that virtual terminals can be defined without mocking all of xterm
603
// TODO: term needs hardening and possibly userspace protection to ensure programs cant dispatch keys to auto accept elevation prompts
604
// TODO: have now made key dispatch methods private, but need to prevent stuff like handle_kernel_panic being called by userspace programs
605
// TODO: main thing is that when writing the proxy we need to think what xterm methods we expose to userspace programs
0 commit comments