diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-04-14 01:16:04 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-04-14 23:19:45 +0200 |
| commit | 34af154e92383161666751ca69a288c98f5cca60 (patch) | |
| tree | 8bea36b04c21205321724b8690d53b3a23bc12e5 /lib | |
| parent | cd48ea8f00567f30d9685f96a12b8f123a121f62 (diff) | |
`^A` now accepts an optional integer to specify the message severityHEADmaster-fmsbw-cimaster
* I.e. you can now log warnings and errors from SciTECO code as well.
* We do not need a version of ^A accepting code points, since this is
supported by ^T already.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/opener.tes | 5 | ||||
| -rw-r--r-- | lib/tank.tes | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/lib/opener.tes b/lib/opener.tes index 59af79a..8bcd896 100644 --- a/lib/opener.tes +++ b/lib/opener.tes @@ -48,9 +48,6 @@ EQ.f G* I# R <-A"I 1; ' :R;> I# - 1:EN*Q.f"S - !* FIXME: log as a true warning once supports it *! - Warning: Detected recovery file "Q.f"^J - ' + 1:EN*Q.f"S 2Detected recovery file "Q.f" ' ]* } diff --git a/lib/tank.tes b/lib/tank.tes index 8573e22..0894009 100644 --- a/lib/tank.tes +++ b/lib/tank.tes @@ -125,7 +125,7 @@ > M[tank.explode] - %[tank.score] SCORE: \[tank.score] + %[tank.score] 1SCORE: \[tank.score] } @[tank.selfdestruct]{ @@ -170,7 +170,7 @@ ESGETTABDRAWMODE-2"N > ' -CONTROL: W A S D. SHOOT: SPACE. QUIT: ESCAPE. PRESS ANY KEY TO START. +1CONTROL: W A S D. SHOOT: SPACE. QUIT: ESCAPE. PRESS ANY KEY TO START. ESGETCARETSTYLEU.[caretstyle] 0ESSETCARETSTYLE |
