mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
...
This commit is contained in:
@@ -63,9 +63,9 @@ def run_app(opts, args):
|
|||||||
try:
|
try:
|
||||||
glfw.glfwMakeContextCurrent(window)
|
glfw.glfwMakeContextCurrent(window)
|
||||||
glewInit()
|
glewInit()
|
||||||
clear_buffers(window, opts)
|
|
||||||
tabs = TabManager(window, opts, args)
|
tabs = TabManager(window, opts, args)
|
||||||
tabs.start()
|
tabs.start()
|
||||||
|
clear_buffers(window, opts)
|
||||||
try:
|
try:
|
||||||
while not glfw.glfwWindowShouldClose(window):
|
while not glfw.glfwWindowShouldClose(window):
|
||||||
tabs.render()
|
tabs.render()
|
||||||
|
|||||||
Reference in New Issue
Block a user