From ce1a2b1b428e95d300af478fb0b36ca3773f7f84 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 4 Jul 2025 01:28:36 +0200 Subject: 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. --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index a62ee75..697dd10 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3