Gökçehan Kara
Gökçehan Kara
I have checked the code and it seems like `` was implemented to clear the key accumulator, but we were missing an early return afterwards, so the current behavior was...
@adrienbarlier Short answer, sixel images are not working in lf. Long answer, we interpret escape codes ourselves for the previews instead of pushing them directly to the terminal. Currently we...
@adrienbarlier You can take a look at `win.print` method in `ui.go` which further calls `applyAnsiCodes` in `colors.go`.
@66RING Thanks for reporting. We should eliminate such crashes as much as possible. Unfortunately, there's nothing much we can do until we find the steps to reproduce. Feel free to...
@66RING Backtrace shows some functions for user lookup. These are used to determine home directories for config file locations etc. Do you have something custom in your setup? Log file...
@slavistan You seem right. I thought we explicitly need to handle this while exporting coordinate variables but there is no need for that since window coordinates already take `drawbox` option...
@syheliel I think this issue is not specific to `lf` but wsl in general. See https://github.com/microsoft/WSL/issues/4234
@srimadhan11 What do you mean when you say the count becomes inconsistent? Can you provide a steps to reproduce here?
@srimadhan11 I think you are right, this should update with `load` commands. I don't see any reason it shouldn't. Marking the issue as a bug. Not quite related to this...
@srimadhan11 I have taken a look at this today and unfortunately it does not seem as easy as I first imagined. The issue is that dircount is stored in the...