-
-
Notifications
You must be signed in to change notification settings - Fork 26
Restrict user input requests #47
Comments
Actually, every |
I'll look into this. This would also allow for a more comprehensive log file. |
Okay, @satanb4! Yes, of course, greatly simplifying the logger and will help us create a better view of the commands. When resolved, we will only receive the commands that are executed. 😁 |
Assign me this Issue |
@satanb4 sure! 🚀 |
@hericlesme I have a major issue here. We need to update to a newer version of XtermJs to support advanced cursor movement, better buffer security and also general speed. There is implementation of cursor controls on the XtermJS from the Node package manager and hence I propose that we migrate to that. Otherwise we're already developing an application that will be outdated when released. |
Good catch on this @satanb4. Maybe open up a migration issue for discussion? I would like to ask a few questions maybe about building a bundle for our frontend deps with webpack? |
So you want something like a local echo mode. As you already figured, xterm.js does not provide anything like that out of the box, as it mainly mimicks functionality of DEC terminals, which are seen as dumb terminals always relying on the input --> pty --> process --> pty --> output cycle (in contrast to "intelligent" terminals in the 80s, which had local mirroring and editing functionality). It is still possible to get this done, but it is more involved. Things to consider:
I think mosh implements local echoing and pty decoupling to a very good degree, might be worth looking at it. |
Originally posted by @satanb4 in #42 (comment)
The text was updated successfully, but these errors were encountered: