Casey Williams
Casey Williams
When a user logs out of my app I detach various listeners from different paths. Sometimes it logs them out fine however around 1 in 5 times the app will...
Allow the previous few operations to be undone by the user. __Current undo needs:__ - Should bind to ctrl-z in insert mode - Should bind to ctrl-z and u in...
The readme should contain a brief overview of each section with links to each individual file that goes into more depth
Write a brief documentation file on how the editor works (from 0.0.2) and the basics of some of the key components of the editor.
Split the header and source file into files based on their implementations such as low level terminal handling, movement etc...