guile-pstk

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2cdee5e73a1ab223ff77879691bb9bc97d664e5c
parent 9ae604a96c48d4769cc14e91a5b5427cf66aa90e
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 15 Jun 2024 16:21:10 +0300

Adding comment about the identity and origin of the string-split procedure.

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

diff --git a/pstk.scm b/pstk.scm @@ -813,6 +813,8 @@ ;; (reverse (split 0 (string-length s) "" '()))) (define (ttk-available-themes) + ;; XXX: Using the Guile string-split instead of the above commented + ;; out one. (string-split (eval-wish "ttk::style theme names") g#\space))