Skip to content

Commit

Permalink
Fix StatusBar column ‘Cursor information’ description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Apr 18, 2022
1 parent 5c78e42 commit f2a473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConEmu/Status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static StatusColInfo gStatusCols[] =

{csi_CursorInfo, L"StatusBar.Hide.CurI",
L"Cursor information",
L"Col, Row, Height (visible|hidden): Console cursor, 0-based"},
L"Col, Row, Height (visible|hidden): Console cursor, 1-based"},

{csi_CellInfo, L"StatusBar.Hide.CellI",
L"Cell information",
Expand Down

0 comments on commit f2a473e

Please sign in to comment.