mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-05 22:01:13 +08:00
Apply @forworldm code review. (#1022)
See: https://github.com/ArthurSonzogni/FTXUI/pull/1021?notification_referrer_id=NT_kwDOAEieQrMxNTU3OTg4MDA1MDo0NzU5MTA2#discussion_r2019827970
This commit is contained in:
parent
4ba7dd2c5e
commit
1144e13125
@ -145,7 +145,7 @@ void Render(Screen& screen, Node* node, Selection& selection) {
|
|||||||
// https://github.com/microsoft/terminal/issues/1203
|
// https://github.com/microsoft/terminal/issues/1203
|
||||||
// https://github.com/microsoft/terminal/issues/3093
|
// https://github.com/microsoft/terminal/issues/3093
|
||||||
&&
|
&&
|
||||||
!node->requirement().focused.cursor_shape == Screen::Cursor::Shape::Hidden
|
node->requirement().focused.cursor_shape != Screen::Cursor::Shape::Hidden
|
||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
screen.SetCursor(Screen::Cursor{
|
screen.SetCursor(Screen::Cursor{
|
||||||
|
Loading…
Reference in New Issue
Block a user