aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-12implement S-left and S-rightMattias Andrée1-3/+20
2013-09-11styleMattias Andrée1-16/+8
2013-09-11prepare for configurable colours by not hard coding themMattias Andrée1-4/+41
2013-09-11add todo on S-<left> and S-<right>Mattias Andrée1-0/+1
2013-09-11todo with how to store undo historyMattias Andrée1-0/+8
2013-09-11fix doc for move_pointMattias Andrée1-1/+2
2013-09-11use gettextMattias Andrée1-26/+30
2013-09-11just for styleMattias Andrée1-4/+4
2013-09-11typoMattias Andrée1-1/+1
2013-09-11m + some editor todosMattias Andrée1-2/+5
2013-09-11only run editor if the module is executed, not importedMattias Andrée1-10/+11
2013-09-11can do terminal initialisationMattias Andrée1-4/+9
2013-09-11the text area can take care of terminal settingsMattias Andrée1-8/+25
2013-09-11automatic screen dimensionsMattias Andrée1-5/+11
2013-09-11add todo on additional key combinationsMattias Andrée1-1/+1
2013-09-11saver must return whether the save was successful or notMattias Andrée1-6/+8
2013-09-11make redrawers optionalMattias Andrée1-11/+9
2013-09-11some necessary refinementsMattias Andrée1-15/+20
2013-09-11implement undo logicMattias Andrée1-1/+18
2013-09-11add key combinations for undo actionsMattias Andrée1-2/+8
2013-09-11mMattias Andrée1-0/+1
2013-09-10push and pop the editringMattias Andrée1-3/+17
2013-09-10implement edit reverse, direction change and add specification for push and pop to editringMattias Andrée1-1/+34
2013-09-10add class edit for storing edits inMattias Andrée1-0/+21
2013-09-10introduce a new class for undo and redoMattias Andrée1-0/+44
2013-09-10add page up and page downMattias Andrée1-2/+29
2013-09-10implement up and down browsingMattias Andrée1-1/+12
2013-09-10fix some cursur issues and screen offset issuesMattias Andrée1-7/+5
2013-09-10print number of hidden linesMattias Andrée1-3/+7
2013-09-10miscMattias Andrée1-15/+21
2013-09-10fixes for status and alertMattias Andrée1-4/+13
2013-09-10mMattias Andrée1-2/+2
2013-09-10split out killringMattias Andrée2-60/+82
2013-09-10mMattias Andrée1-4/+4
2013-09-10prepare for short screensMattias Andrée1-1/+1
2013-09-10default field entry to empty stringMattias Andrée1-2/+3
2013-09-10remove debug exceptionMattias Andrée1-2/+0
2013-09-10fix jump bug on text insertMattias Andrée1-1/+3
2013-09-10duplicate instructionMattias Andrée1-1/+0
2013-09-10fix up and down arrow jump bugMattias Andrée1-4/+2
2013-09-10fix delete key regressionMattias Andrée1-3/+3
2013-09-10cleanupMattias Andrée1-13/+5
2013-09-10fix variable assignment orderMattias Andrée1-1/+1
2013-09-10add killring class for cleaner codeMattias Andrée1-16/+72
2013-09-10cleanup + fix cursor jump bug on mark settingMattias Andrée1-7/+30
2013-09-10docMattias Andrée1-0/+30
2013-09-10cleanupMattias Andrée1-21/+19
2013-09-10docMattias Andrée1-0/+58
2013-09-09typoMattias Andrée1-1/+1
2013-09-09cleanupMattias Andrée1-100/+73