Highlighting (copying) from left edge of window with cursor in full screen fails #3872

Closed
opened 2026-01-30 23:32:15 +00:00 by claunia · 2 comments
Owner

Originally created by @mitchcapper on GitHub (Sep 14, 2019).

Environment

10.0.18362.0 Terminal: 0.4.2382.0

Steps to reproduce

Maximize the terminal window. Move cursor all the way to the left of the screen and start dragging to highlight the text on that row.

Expected behavior

It starts highlighting the row you are on (the text). This is similar to putty, cmd, and powershell outside of terminal.

Actual behavior

The row you are on is not highlighted. You must click on the first character of the row, not to the left of it.

This requires for more precise highlighting to avoid missing what you want to copy and is far slower.

Originally created by @mitchcapper on GitHub (Sep 14, 2019). # Environment 10.0.18362.0 Terminal: 0.4.2382.0 # Steps to reproduce Maximize the terminal window. Move cursor all the way to the left of the screen and start dragging to highlight the text on that row. # Expected behavior It starts highlighting the row you are on (the text). This is similar to putty, cmd, and powershell outside of terminal. # Actual behavior The row you are on is not highlighted. You must click on the first character of the row, not to the left of it. This requires for more precise highlighting to avoid missing what you want to copy and is far slower.
Author
Owner

@mcpiroman commented on GitHub (Sep 21, 2019):

Does this happen also in non-maximized window and not happen if you disable padding?
If yes, then this is #1367

@mcpiroman commented on GitHub (Sep 21, 2019): Does this happen also in non-maximized window and not happen if you disable padding? If yes, then this is #1367
Author
Owner

@mitchcapper commented on GitHub (Sep 21, 2019):

@mcpiroman indeed, good catch lets hope #1672 or a similar fix gets merged soon. For now padding off works to solve:) Closing as dupe.

@mitchcapper commented on GitHub (Sep 21, 2019): @mcpiroman indeed, good catch lets hope #1672 or a similar fix gets merged soon. For now padding off works to solve:) Closing as dupe.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3872