-
If I bring up teco-64 in non-display mode with a large existing file e.g. `teco-64 myfile.txt` and then execute 100v`` the display wraps on the last line leaving teco-64 unusable. However, if I star…
-
The TECO manual does say *n*th tag in `n@O/tag1,tag2,.../`, however TECO C does use 0 origin for computed goto, that is n=1 selects `tag2`. In my opinion TECO-64 got it right. Maybe a feature flag can…
-
There is a file on my harddisk:
```
-rw-r--r-- 1 tuxic users 67105 2023-11-05 17:50 Tecotest.txt
```
When I start teco like this
```teco```
which is an alias to teco-64 (system is a up-to…
-
Hello,
In vt52 mode ESCYcycx sequence does not position cursor correctly if cy value exceed number of rows on the screen (24).
This is from email conversation with Thomas Dickey (xterm maintaine…
-
I am sure, this is a definitely a bug, but I am completely unsure, whether it is my bug or a slight glitch in teco.
From the command line from within teco:
```
@^Uv/5,7:w`-w`/``
```
and exec…
-
This might be more of a feature request than bug report.
A interesting phrase I found in `squ.tes` has interleaved loop and conditional constructs
```
< D .-Z; 0A"D > '
```
and the effect i…
-
I am using GENTOO Linux, the newest version of TECO-64 sources, and sys-libs/ncurses-6.4_p20230401, sys-libs/glibc-2.38-r7.
I compiled TECO-64 myself.
When starting video mode like this:
```
5,7…
-
```
What steps will reproduce the problem?
1. Compile attached program with -fsanitize=thread with either gcc or clang:
$ gcc -fsanitize=thread -fPIC -pie -g -Wall tsan-deadlock.c
2. Run it.
…
-
I found the bug when testing part of `squ.tes` from TECOC lib, below has a minimal example to reproduce the error.
The conditions needed to reproduce the bug I found are:
* The goto and label is i…
-
```
What steps will reproduce the problem?
1. Compile attached program with -fsanitize=thread with either gcc or clang:
$ gcc -fsanitize=thread -fPIC -pie -g -Wall tsan-deadlock.c
2. Run it.
…