-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-TerminalControlIssues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Priority-2A description (P2)A description (P2)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description
I created this profile (since WT 0.5),
{
"guid": "{9c173dff-f524-43df-b40e-29953998c744}",
"name": "MSYS2 Terminal",
"commandline": "cmd.exe /c \"set MSYSTEM=MSYS&& set MSYS=winsymlinks:nativestrict&& C:/msys64/usr/bin/bash.exe --login\"",
"hidden": false,
"startingDirectory": "C:/msys64/home/user",
"closeOnExit": true,
"colorScheme": "MSYS2-Theme",
"cursorColor": "#FD9D4F",
"cursorShape": "filledBox",
"fontFace": "Cascadia Code",
"fontSize": 11,
"historySize": 9001,
"icon": "C:/msys64/msys2.ico",
"padding": "8, 8, 8, 8",
"snapOnInput": true// ,
// "useAcrylic": true,
// "acrylicOpacity": 0.75
}
and noticed that when I paste a long line as in
it works wrong
$ ls -lrt /usr/lib/gcc/ /usr/lib/gcc/ /usr/lib/gcc/ /usr/lib/gcc/ /usr/lib/gcc/ /usr/lib/gcc/ /usr/lib/gcc/ /usr/lib/gc
ls: impossibile accedere a '/usr/lib/gc': No such file or directory
[...]
$ c/ /usr/lib/gcc/ /usr/lib/gcc/
This does not occur in Ubuntu or DOS or PoweShell profiles.
In short, it does not like the end of line when using MSYS2 profile. Maybe you have some suggestions...
(BTW, I copied that line dragging the mouse and pasting with right click, as usually one have to do in WT)
The system is W10 Pro 64 10.0.18362.449.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-TerminalControlIssues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Priority-2A description (P2)A description (P2)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.