ed

[hare] The standard editor
Log | Files | Refs | README | LICENSE

commit 079ba6846f01b10a9520a151c5a836a85769e30c
parent 5998fc8c235ad32ad2fff480f91fc08272656bfb
Author: Byron Torres <b@torresjrjr.com>
Date:   Fri, 19 Jan 2024 18:22:32 +0000

rm type Printer

Diffstat:
Mprint.ha | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/print.ha b/print.ha @@ -3,8 +3,6 @@ use fmt; use io; use strings; -type Printer = *fn(*Buffer, size, size) (size | io::error); - fn printmode(s: *Session, cmd: *Command) (size | io::error) = { let n = s.buf.cursor; switch (cmd.printmode) {