1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-02 04:36:43 +01:00

- added docstring.

This commit is contained in:
cage 2022-01-06 13:03:31 +01:00
parent 70a6d51a28
commit 6cbad4b3fd

View File

@ -2604,6 +2604,8 @@ printed, on the main window."
(close-window-and-return-to-message *filesystem-explorer-window*))
(defun file-explorer-open-node ()
"Download in a temporary file and open the eselected file, or expand
if the selected item represents a directory."
(when-let* ((win *filesystem-explorer-window*)
(fields (line-oriented-window:selected-row-fields win))
(path (fstree:tree-path fields)))