Stefan Holderbach
Stefan Holderbach
We currently focus our efforts on the regular scrollable "continuous paper in the teletype" mode of the terminal. Most of the tui-application build their stuff in the "alternate screen" mode....
While most of the painting (including the terminal size related calculations are extracted into the `Painter` the reading of key events from `STDIN` is currently part of the core event...
That we don't have formally. Currently only our issues are indications on what to work on. We also don't necessarily strive to be feature compatible to GNU `readline`, especially when...
Ah, that's something we should get over the finish line for this release as well.
Something in me revolts against landing this change just now. 1. It can break peoples code (so changes in scripts and documentation plus release note entry for the breaking change)...
@webbedspace I think you have at the moment the best overview about the consistencies or inconsistencies. How about we summarize the current state in a matrix how each command that...
Yes, the failure point https://github.com/nushell/nushell/blob/46eec5e3a29ffb0fedc227c32b01f2264769ed3a/src/main.rs#L50 is happening before the change in #6779
Can we put together a small test to not regress on that behavior?
Thanks for addressing that. Your code looks much more readable than before!
Good observation! Yeah that is not very helpful. Currently those `!...` expansions are done in the line editor `reedline` relatively agnostically of the actual nu parser. For a bunch of...