Replies: 7 comments 45 replies
-
Hi @muellerto. The problem is simple: workspace colors are mainly used in the prompt, where we need to use |
Beta Was this translation helpful? Give feedback.
-
Should be fixed now. |
Beta Was this translation helpful? Give feedback.
-
Yes, the none-icons are gone. I had this indeed in every "terminal" I tried on Windows (mintty, alacritty, wt, hyper, ConEmu, DOS-prompt). OK, meanwhile I have `autocmd lines configured which make different color schemes for different workspaces. |
Beta Was this translation helpful? Give feedback.
-
I found some more. I deleted a file named t, then clifm makes such a display: |
Beta Was this translation helpful? Give feedback.
-
Btw, we have a new columns arrangement algorithm: still not as good as ls(1), but much better than before nonetheless. It's still an experimental, and thereby hidden feature. Compile as follows to enable it: export CPPFLAGS="$CPPFLAGS -DTIGHT_COLUMNS"
make Give it a try and let me know if something comes out. I think it's a pretty neat improvement. |
Beta Was this translation helpful? Give feedback.
-
In my case lines like
As I said the long view is a clifmrc defined autocmd based on the workspace. Interesting is that the sorting I defined one line below is not mentioned in the Autocmd message line. Also the short view is not sorted as expected. And I use an ordinary build with GIT sources from right now. |
Beta Was this translation helpful? Give feedback.
-
Replaced glob(3) by fnmatch(3) when checking autocmds: it's faster and more flexible. Now you can match your autocmd */Log ... instead of autocmd ~/work/*/test_cfg/Log ... which is more specific. |
Beta Was this translation helpful? Give feedback.
-
Question: What's this?
Why are they all always equal? And why do I suddenly get these icons when I use parameter
-E
?The picture is from my Windows machine. On Linux I can use
-E
without getting this effect. What does this depend on?BTW: I searched for an explanation in the wiki and in the FAQ. Seems that a documentation of the screen in both view modes (short and long), it's elements and the settings the elements depend on is missing.
Beta Was this translation helpful? Give feedback.
All reactions