Teascade / glerminal

A lightweight terminal made with OpenGL
MIT License
25 stars 1 forks source link

Make TextBuffer index counting safe #38

Closed Teascade closed 5 years ago

Teascade commented 5 years ago

Currently TextBuffer uses mutable static variables in order to count indices, use std::sync::atomic as a safer replacement.