You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed#58: Multi-line commands rendering wrong
* Fixed#58 - Newlines in commands render incorrectly
* Added debug instructions to readme
* simplified stripping of newline/linefeed
* made column spacing tighter
* removed excess padding on right
* removed excess rows at bottom
* status bar wsa occluding window
* fixed build scripts to only build ocgv
* refactored to make logic more obvious
* removed orig files
* Updated references to latest Terminal.Gui
* Fixed#131 and upgraded to terminal.gui 1.6, pwsh 7.2, and net60
* supported .net and reverted change
* Fixes#131 - Out-ConsoleGridView doesn't handle ANSI escape sequences correctly
* removed border when minui is enabled
* re-implemented feature post merge screw up
* improve VS code build and debug support
* On exit, ensure only visible marked items are output
* Fixes 87
* Fixing crash when MinUi PR is merged
* Tweaked build to have a better test at end
* removed merge artifacts
* exclude .orig files (merge artifacts)
Co-authored-by: Tyler James Leonhardt <[email protected]>
Co-authored-by: Andy Jordan <[email protected]>
From there you can import the module that you just built for example:
52
+
From there you can import the module that you just built for example (start a fresh `pwsh` instance first so you can unload the module with an `exit`; otherwise building again may fail because the `.dll` will be held open):
0 commit comments