aboutsummaryrefslogtreecommitdiff
path: root/src/lib/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cursor.c')
-rw-r--r--src/lib/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cursor.c b/src/lib/cursor.c
index 4038133d..c63f738d 100644
--- a/src/lib/cursor.c
+++ b/src/lib/cursor.c
@@ -61,7 +61,7 @@ Cursor_shape(int shape)
struct hftgetid hftgid;
char *termVal;
- termVal = (char *) getenv("TERM");
+ termVal = oa_getenv("TERM");
if (strcmp("hft", termVal) && strncmp("aixterm", termVal, 7))
return;