Skip to content

Cannot customize fillchars in output window #415

@Bekaboo

Description

@Bekaboo

Currently fillchars is hard-coded to 'fold:-,foldopen:-,foldclose:+,foldsep:│' in opencode.nvim:

window_options.set_window_option('fillchars', 'fold:-,foldopen:-,foldclose:+,foldsep:│', windows.output_win)

This override user's global configuration for fillchars e.g. I set fillchars=eob:\ to hide eob character '~' but I canont hide it in the output window:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions