Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

add detach and config file support #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

diefans
Copy link
Contributor

@diefans diefans commented Apr 27, 2016

It might be interesting to add detach and config_file support.

@@ -115,6 +116,8 @@ def start(self, bridge):
window.connect('scroll-event', self._gtk_scroll)
window.connect('focus-in-event', self._gtk_focus_in)
window.connect('focus-out-event', self._gtk_focus_out)
window.modify_bg(Gtk.StateType.NORMAL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what difference does this make? The entire window is painted with the neovim background color so this color would never be seen

Copy link
Contributor Author

@diefans diefans Apr 28, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use tiling awesome wm and I always get a grey border on the right side of the window without this setting:
pynvim_border

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants