From 13f6f77ddee9e3e23c43d29ede5f1b39364b451f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Sep 2023 12:58:36 +0200 Subject: Made displayln into a library export. --- module/calp/terminal.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'module/calp/terminal.scm') diff --git a/module/calp/terminal.scm b/module/calp/terminal.scm index 316421eb..c4b30a54 100644 --- a/module/calp/terminal.scm +++ b/module/calp/terminal.scm @@ -6,6 +6,7 @@ :use-module ((srfi srfi-41) :select (stream-car)) :use-module (srfi srfi-88) :use-module (hnh util) + :use-module ((hnh util io) :select (displayln)) :use-module (vulgar) :use-module (vulgar info) :use-module (vulgar color) @@ -84,10 +85,6 @@ (displayln (box-top #\┴ #\─ date-width (+ summary-width 2) (1+ location-width)))) -(define (displayln a) - (display a) (newline)) - - (define-class () (event-set getter: get-event-set init-keyword: event-set:) (active-element accessor: active-element -- cgit v1.2.3