mlterm icon indicating copy to clipboard operation
mlterm copied to clipboard

Borders not rendering properly in lf and icons too small

Open nirodhvana opened this issue 10 months ago • 6 comments

The borders in my terminal file manager 'lf' are not rendering properly font know if this is an mlterm or an lf problem just yet:

Image

here's how it looks in st:

Image

My fork of st: github.com/nirodhvana/suckless

nirodhvana avatar Feb 14 '25 15:02 nirodhvana

Have you changed borderfmt string in LF to something different than the default ?

In my (default) LF setup, mlerm draws boxes properly. Changing box drawing (as it is, unicode, DEC Special) doesn't break them.

Image

holytrousers avatar Feb 15 '25 12:02 holytrousers

Have you changed borderfmt string in LF to something different than the default ?

In my (default) LF setup, mlerm draws boxes properly. Changing box drawing (as it is, unicode, DEC Special) doesn't break them.

Image

Here's my lf config: https://github.com/nirodhvana/reservoir/tree/master/.config/lf

i have unicode(FONTawesome) icons so maybe it has smth to so with unicode font configuration being not setup properly.

nirodhvana avatar Feb 15 '25 14:02 nirodhvana

Here's my lf config: https://github.com/nirodhvana/reservoir/tree/master/.config/lf

i have unicode(FONTawesome) icons so maybe it has smth to so with unicode font configuration being not setup properly.

looks like you are using default settings in lf... what happens when you change the box drawing method in mlterm (right click -> font -> Box drawing) ? also, have you tried to use different fonts in mlterm ?

holytrousers avatar Feb 15 '25 15:02 holytrousers

@nirodhvana please check if you have variable width font enabled. if so, disable it and check if your problem is fixed.

holytrousers avatar Feb 16 '25 11:02 holytrousers

@nirodhvana please check if you have variable width font enabled. if so, disable it and check if your problem is fixed.

@holytrousers I have 'use variable column width' but not sure about variable width font

nirodhvana avatar Apr 01 '25 13:04 nirodhvana

@holytrousers I switched to the default geometry and the borders are now fine but the icons are still too small to be seen.

nirodhvana avatar Apr 06 '25 12:04 nirodhvana

I solved it but forgot about this issue I opened. I just needed a proportional monospace font properly set. that's all.

nirodhvana avatar Jun 22 '25 17:06 nirodhvana