diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-14 21:19:11 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-14 21:19:20 +0200 |
commit | 828f03a063ef5e1e9bb113614083c3f4e59d5317 (patch) | |
tree | da8fee23a6cdbf2dfe5fd2293dc795b0ba6c257e /tests/31position.c | |
parent | 77878abe90a3bec0055faf6bd6e4871cc6f1a474 (diff) | |
download | termo-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.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, |