Skip to content

Commit 29b7856

Browse files
wineeezccrs
authored andcommitted
Fix missing alternativesCursorShape for ibeam
1 parent 872fed0 commit 29b7856

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/server/utils/wcursorimage.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,13 @@ static QList<QByteArray> alternativesCursorShape(const QByteArray &name)
301301
QByteArrayLiteral("right_side"),
302302
},
303303
},
304+
{
305+
QByteArrayLiteral("ibeam"),
306+
{
307+
QByteArrayLiteral("text"),
308+
QByteArrayLiteral("xterm"),
309+
},
310+
},
304311
};
305312
auto it = alternatives.find(name);
306313
if (it != alternatives.end()) {

0 commit comments

Comments
 (0)