Skip to content

Commit 0e3987f

Browse files
todo
1 parent 11c3701 commit 0e3987f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/kernel/term_ctl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ export class WrappedTerminal extends Terminal {
599599
}
600600
}
601601

602+
// TODO: separate the terminal interface from xterm, such that virtual terminals can be defined without mocking all of xterm
602603
// TODO: term needs hardening and possibly userspace protection to ensure programs cant dispatch keys to auto accept elevation prompts
603604
// TODO: have now made key dispatch methods private, but need to prevent stuff like handle_kernel_panic being called by userspace programs
604605
// TODO: main thing is that when writing the proxy we need to think what xterm methods we expose to userspace programs

0 commit comments

Comments
 (0)