Skip to content

v1.3.10

Compare
Choose a tag to compare
@bkw777 bkw777 released this 05 Jun 23:51
· 275 commits to master since this release
  • Switch from Vte.Terminal.spawn_sync to Vte.Terminal.spawn_async to remove the final compiler warning
    No more compiler warnings!
    The spawn_sync version is still available if needed on older vala versions by commenting out the -D VTE_ASYNC from VALACFLAGS := -D VTE_ASYNC in Makefile
  • improve the handling of the terminal and child process a little along the way