From 70ec3db757b55591f49e75e67d05a9aee7891690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3man=20Joost?= Date: Mon, 25 May 2020 18:22:09 +1000 Subject: [PATCH] RFC export current entry selection function This is a request for comment (RFC) commit. The motivation to export this function is to allow users of the library to dive into directories, but use their own distinction when to use the selected files. --- src/Brick/Widgets/FileBrowser.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Brick/Widgets/FileBrowser.hs b/src/Brick/Widgets/FileBrowser.hs index 594ed01..32c30e0 100644 --- a/src/Brick/Widgets/FileBrowser.hs +++ b/src/Brick/Widgets/FileBrowser.hs @@ -67,6 +67,7 @@ module Brick.Widgets.FileBrowser -- * Handling events , handleFileBrowserEvent + , maybeSelectCurrentEntry -- * Rendering , renderFileBrowser