aboutsummaryrefslogtreecommitdiff
path: root/window.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-15More efficient syntax highlighting, first match winsMarc André Tanner1-1/+2
2014-09-14Fix clang static analyzer warningsMarc André Tanner1-8/+10
2014-09-13Introduce some helper functions dealing with FilerangeMarc André Tanner1-5/+3
2014-09-13Rename text_insert_raw to text_insertMarc André Tanner1-2/+2
2014-09-13Introduce and use EPOS instead of (size_t)-1Marc André Tanner1-7/+7
2014-09-13Make window_selection_get to return the correct rangeMarc André Tanner1-1/+5
2014-09-13Add movements 'H', 'M', 'L'Marc André Tanner1-0/+7
2014-09-11Fix bug when moving to characters with display width > 1Marc André Tanner1-3/+2
2014-09-11Add :edit commandMarc André Tanner1-0/+6
2014-09-11Fix warnings about redefinition of typedefed structsMarc André Tanner1-1/+0
2014-09-10Add comments where appropriateMarc André Tanner1-9/+9
2014-09-09Cleanup header filesMarc André Tanner1-2/+3
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner1-2/+2
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner1-1/+1
2014-09-09Fix a few memory leaksMarc André Tanner1-0/+1
2014-09-02Teach window_cursor_to how to display the end of the fileMarc André Tanner1-32/+32
2014-09-01Refactor frontend codeMarc André Tanner1-0/+745