This commit is contained in:
Kovid Goyal 2016-11-28 20:41:39 +05:30
parent 28c51b11ef
commit ee1d01b262

View File

@ -63,9 +63,9 @@ def run_app(opts, args):
try:
glfw.glfwMakeContextCurrent(window)
glewInit()
clear_buffers(window, opts)
tabs = TabManager(window, opts, args)
tabs.start()
clear_buffers(window, opts)
try:
while not glfw.glfwWindowShouldClose(window):
tabs.render()