diff options
Diffstat (limited to 'tests/31position.c')
-rw-r--r-- | tests/31position.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/31position.c b/tests/31position.c index 2179b95..7eb0eca 100644 --- a/tests/31position.c +++ b/tests/31position.c @@ -24,7 +24,7 @@ int main (int argc, char *argv[]) is_int (line, 15, "line for position report"); is_int (col, 7, "column for position report"); - /* A plain CSI R is likely to be <F3> though. This is tricky :/ */ + // A plain CSI R is likely to be <F3> though. This is tricky :/ termo_push_bytes (tk, "\e[R", 3); is_int (termo_getkey (tk, &key), TERMO_RES_KEY, |