diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-07 21:12:53 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-07 21:12:53 +0300 |
commit | aadc6af58cd8533b504b0c418a8c06e06b33a340 (patch) | |
tree | 7cf529ca31581558cec148c41cf80840acad0012 /lib | |
parent | 0da832023b3d7d0921de1f76acbf6dd2595341d0 (diff) | |
download | sciteco-aadc6af58cd8533b504b0c418a8c06e06b33a340.tar.gz |
tecat.tes: optimized by using a binary mask instead of string
A 32-bit word is enough to carry the information of which control code to echo or not.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/tecat.tes | bin | 532 -> 541 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/tecat.tes b/lib/tecat.tes Binary files differindex a09c458..b6ff994 100755 --- a/lib/tecat.tes +++ b/lib/tecat.tes |