Permalink
Failed to load latest commit information.
cmd Add basic commands. Feb 16, 2015
.gitignore Add gitignore. Jul 7, 2015
LICENSE Add README and LICENSE. Jul 7, 2015
Makefile Put commands for keybindings to separate functions. Jun 28, 2016
README.md Update screenshoot. Jul 13, 2016
array.c Refactor array_t - simplify use introduce macros. Feb 14, 2015
array.h Refactor array_t - simplify use introduce macros. Feb 14, 2015
backtrace.sh Simplify Makefile. Add separate debug scripts. Finish split of main Jul 7, 2015
command.c Put commands for keybindings to separate functions. Jun 28, 2016
command.h Put commands for keybindings to separate functions. Jun 28, 2016
draw.c Add view_line_to_y function and make draw_toolbar a little more generic. Jun 28, 2016
draw.h Add view_line_to_y function and make draw_toolbar a little more generic. Jun 28, 2016
edit.c Fix range_copy and add tests for it. Jun 16, 2016
edit.h Refactoring - don't use globals so much. Mar 9, 2015
font.c Refactoring - don't use globals so much. Mar 9, 2015
font.h Refactoring - don't use globals so much. Mar 9, 2015
gen-test.sh Add simple testing infrastructure. Oct 20, 2015
pipe.c Refactoring - don't use globals so much. Mar 9, 2015
pipe.h Refactoring - don't use globals so much. Mar 9, 2015
utf.c Initial too big commit. Feb 4, 2015
utf.h Initial too big commit. Feb 4, 2015
util.c Add simple testing infrastructure. Oct 20, 2015
util.h Use memcmp instead of strncmp. Jun 15, 2016
valgrind.sh Simplify Makefile. Add separate debug scripts. Finish split of main Jul 7, 2015
valgrind.supp Initial too big commit. Feb 4, 2015
view.c Add view_line_to_y function and make draw_toolbar a little more generic. Jun 28, 2016
view.h Add view_line_to_y function and make draw_toolbar a little more generic. Jun 28, 2016
werf.c Add stubs for few builtin commands and add Undo and Redo builitins. Jun 28, 2016
window.c Simplify Makefile. Add separate debug scripts. Finish split of main Jul 7, 2015
window.h Simplify Makefile. Add separate debug scripts. Finish split of main Jul 7, 2015