diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-04 01:28:36 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-04 20:24:26 +0200 |
commit | ce1a2b1b428e95d300af478fb0b36ca3773f7f84 (patch) | |
tree | 4779ff7dfbd9005a17124bef9f8d00476c11fe69 /TODO | |
parent | 7bc7662f3cd1ceaf55e00f3d5f84e9772574afc8 (diff) | |
download | sciteco-ce1a2b1b428e95d300af478fb0b36ca3773f7f84.tar.gz |
implemented <^B> for returning the current date
* It is encoded with the same formula as on VAX/VMS on TECO-11, on TECOC and TECO-64.
* As an extension, when colon-modified it returns the number of seconds since the epoch.
It might be even more useful to return the microseconds since the epoch, but that would require
64-bit integers, which can theoretically be disabled at build time.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -346,7 +346,6 @@ Features: The DEC behavior could be achieved by always searching till the end of the buffer, but excluding all matches beyond the target range. * ^A, :Gq, T, ^T and stdio in general - * ^B as the current date. We should probably copy TECOC's behavior here. * ^W was an immediate action command to repaint the screen. This could be a regular command to allow refreshing in long loops. Video TECO had ET for the same purpose. |