237dmitry

Results 245 comments of 237dmitry

Couldn't reproduce this issue on Linux (tilix terminal). PS. By pasting full block. If type each line the issue is reproduced.

> Is there any way to actually disable line wrapping? I don't use `Width` parameter, output did not wrap, the longest line is 1536 symbols: ```powershell PS > ffmpeg --help...

OSC52 does not work on local linux in either pwsh or bash. At least in those virtual terminals that I use. And which base64-string is in correct format? ``` $a...

Tested 256 colors palette and it works ![256](https://user-images.githubusercontent.com/78153320/190117285-dd826833-728e-483b-82be-587be537dace.png)

A part of config without profiles and color schemas: ``` "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": {...

How can this be used when this engine truncate double unicode characters in the nerd fonts? The old issue, and nothing has changed. ![0](https://user-images.githubusercontent.com/78153320/188814193-8113c38b-6bf9-4f1a-97a9-b074abf00ad2.png) Atlas: ![3](https://user-images.githubusercontent.com/78153320/188814260-3cb3493c-25f5-4c07-bb09-15b58d3aeb3d.png)

> Are you sure you tried the latest version from the main branch? Windows 11 (10.22000) Windows Terminal Preview Version: 1.15.2283.0 ```powershell PS > (Get-Item 'C:\Program Files\WindowsApps\Microsoft.WindowsTerminalPreview_1.15.2283.0_x64__8wekyb3d8bbwe\wt.exe').VersionInfo.ProductVersion 1.15.220816003-preview ``` Is...

> is there a way to have a kind of "session chooser" (for example with flag -S) ```console tilix -a app-new-session -p htop # launch one of preconfigured profiles by...

> Especially on Unix. This depends on your custom settings of format data output. `Get-Command *-FormatData` ![ArcoLinux_2022-10-22_00-27-26](https://user-images.githubusercontent.com/78153320/197291395-fb98ee22-c6bd-48db-8d76-4b412eaf0917.png) CustomFormat.FileInfo.ps1xml ``` FileSystemTypes System.IO.DirectoryInfo System.IO.FileInfo FileSystemTypes-GroupingFormat $_.PSParentPath.Replace("Microsoft.PowerShell.Core\FileSystem::", "").Replace($HOME,"~") children FileSystemTypes PSParentPath FileSystemTypes-GroupingFormat UnixMode...

This is by design. According help topic you have to run this command in admin's console or with developers mode is on. But the error message should not be misleading.