Teascade / glerminal

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

Expose TextBuffer.chars somehow #17

Closed Teascade closed 6 years ago

Teascade commented 6 years ago

TextBuffer.chars should be exposed for editing better somehow, ideally just making a method that will set the char on a speciic coordinate, e.g. set_char(x: u32, y: u32, character: char, fg: Color, bg: Color, shakiness: f32)