You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add init options for supplying a grapheme parser and grapheme width calc
I propose punting on Windows and WASM support. In order to do these properly, we either need a lot more ifdefs, a build phase, multiple source files, or some combination of those. All of those are big changes. Multiple source files with an amalgamated single-header file that we periodically or automatically rebuild remains a potential future option.
Below are my proposals for termbox2 v3. Feedback is encouraged.
tb_init_ex#132I propose punting on Windows and WASM support. In order to do these properly, we either need a lot more ifdefs, a build phase, multiple source files, or some combination of those. All of those are big changes. Multiple source files with an amalgamated single-header file that we periodically or automatically rebuild remains a potential future option.