PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
776 stars 59 forks source link

Fixes# 148. Move to next row on select #187

Closed tig closed 1 year ago

tig commented 1 year ago

PR Summary

Fixes #148. When the user presses SPACE to mark a row, the row is marked, and then the cursor moves to the next row.

Requires Terminal.Gui v1.10

PR Context

With the fix to Terminal.Gui in #1962 (PR #1966), the fix for this was trivial.