aboutsummaryrefslogtreecommitdiff
path: root/tests/31position.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-10-14 21:19:11 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-10-14 21:19:20 +0200
commit828f03a063ef5e1e9bb113614083c3f4e59d5317 (patch)
treeda8fee23a6cdbf2dfe5fd2293dc795b0ba6c257e /tests/31position.c
parent77878abe90a3bec0055faf6bd6e4871cc6f1a474 (diff)
downloadtermo-828f03a063ef5e1e9bb113614083c3f4e59d5317.tar.gz
termo-828f03a063ef5e1e9bb113614083c3f4e59d5317.tar.xz
termo-828f03a063ef5e1e9bb113614083c3f4e59d5317.zip
Get rid of most block comments
They're rather difficult to maintain.
Diffstat (limited to 'tests/31position.c')
-rw-r--r--tests/31position.c2
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,