diff --git a/Brewfile b/Brewfile index 717cf30ab..7de76cb93 100644 --- a/Brewfile +++ b/Brewfile @@ -1,5 +1,5 @@ pkg-config -python -imagemagick -harfbuzz +python +imagemagick +harfbuzz sphinx-doc diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 888b885ca..2a9041720 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ ### Reporting bugs Please first search existing bug reports (especially closed ones) for a report -that matches your issue. +that matches your issue. When reporting a bug, provide full details of your environment, that means, at a minimum, kitty version, OS and OS version, kitty config (ideally a minimal diff --git a/bypy/sources.json b/bypy/sources.json index 9e363e1b7..842baf95f 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -241,7 +241,7 @@ "hash": "sha256:4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d", "urls": ["https://wayland.freedesktop.org/releases/{filename}"] } - }, + }, { "name": "wayland-protocols", diff --git a/glfw/wl_init.c b/glfw/wl_init.c index 62c44e8f2..ac56d48e1 100644 --- a/glfw/wl_init.c +++ b/glfw/wl_init.c @@ -152,7 +152,7 @@ static void setCursor(GLFWCursorShape shape, _GLFWwindow* window) _glfw.wl.cursorThemeManager, window->wl.cursorTheme, _wlCursorPxFromScale(scale) - ); + ); cursor = _glfwLoadCursor(shape, window->wl.cursorTheme); if (!cursor) return; // TODO: handle animated cursors too. @@ -788,7 +788,7 @@ int _glfwPlatformInit(void) if (_glfw.wl.shm) { _glfw.wl.cursorThemeManager = _wlCursorThemeManagerDefault(); - _glfw.wl.cursorSurface = + _glfw.wl.cursorSurface = wl_compositor_create_surface(_glfw.wl.compositor); } else diff --git a/session.vim b/session.vim index 0734e793b..c375d631f 100644 --- a/session.vim +++ b/session.vim @@ -8,7 +8,7 @@ set wildignore+=tags set expandtab set tabstop=4 set shiftwidth=4 -set softtabstop=0 +set softtabstop=0 set smarttab python3 <