From bc17c3af6c965a36c26e3abe2671cd1e9c068124 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 1 Jan 2023 20:55:11 +0000 Subject: [PATCH] show url in echo area when it changes --- command.fnl | 3 --- frame.fnl | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/command.fnl b/command.fnl index 17cd078..1bf9819 100644 --- a/command.fnl +++ b/command.fnl @@ -190,9 +190,6 @@ :widget box : prompt : frame - :set-inactive-text (fn [self text] - (when (not self.state.active) - (tset entry :text text))) :completions-widget completions }] (hbox:pack_start prompt false false 15) diff --git a/frame.fnl b/frame.fnl index 2250a51..468e318 100644 --- a/frame.fnl +++ b/frame.fnl @@ -43,7 +43,7 @@ :estimated-load-progress (tset progress-bar :fraction value) :uri - (commander:set-inactive-text value) + (tset echo-area :label value) n (comment (print "prop change" n value))))]