mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 13:04:38 +02:00
0dc74cd93b578f9869b110750d83be0c5ffec14b
_glfwPlatformCreateWindow() ignored the return value of attach_opengl_context_to_window(), so when EGL is unavailable (for example libEGL cannot be loaded) it reported success with window->context left zeroed. glfwCreateWindow() then proceeded to _glfwRefreshContextAttribs() -> glfwMakeContextCurrent(), which calls the NULL context.makeCurrent pointer: kitty crashes with SIGSEGV instead of reporting "Failed to create GLFWwindow. This usually happens because of old/broken OpenGL drivers." as intended. The X11 backend already propagates these failures. Co-Authored-By: Claude <noreply@anthropic.com>
…
…
…
…
…
…
…
…
= kitty - the fast, feature-rich, cross-platform, GPU based terminal If you live in the terminal, *kitty* is made for **you**! See https://sw.kovidgoyal.net/kitty/[the kitty website]. image:https://github.com/kovidgoyal/kitty/workflows/CI/badge.svg["Build status", link="https://github.com/kovidgoyal/kitty/actions?query=workflow%3ACI"] https://sw.kovidgoyal.net/kitty/faq/[Frequently Asked Questions] To ask other questions about kitty usage, use either the https://github.com/kovidgoyal/kitty/discussions/[discussions on GitHub] or the https://www.reddit.com/r/KittyTerminal[Reddit community] Packaging status in various repositories: image:https://repology.org/badge/vertical-allrepos/kitty-terminal.svg?columns=3&header=kitty["Packaging status", link="https://repology.org/project/kitty-terminal/versions"]
Languages
Python
38.6%
C
28%
Go
26.3%
Objective-C
5.5%
Shell
1%
Other
0.5%