]>
git.mdlowis.com Git - projs/tide.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
a bellenir [Mon, 4 Jan 2016 21:14:41 +0000 (16:14 -0500)]
Merge branch 'master' into prs
a bellenir [Mon, 4 Jan 2016 21:14:26 +0000 (16:14 -0500)]
remember cursor's desired column
a bellenir [Mon, 4 Jan 2016 21:08:08 +0000 (16:08 -0500)]
Merge branch 'master' into prs
a bellenir [Mon, 4 Jan 2016 21:07:59 +0000 (16:07 -0500)]
+cursorEnd
a bellenir [Mon, 4 Jan 2016 21:04:32 +0000 (16:04 -0500)]
reorganize functions
a bellenir [Mon, 4 Jan 2016 20:17:07 +0000 (15:17 -0500)]
Merge branch 'master' into prs
a bellenir [Mon, 4 Jan 2016 20:16:38 +0000 (15:16 -0500)]
rename binary to original name to facilitate merging upstream
a bellenir [Mon, 4 Jan 2016 20:15:14 +0000 (15:15 -0500)]
0 to move to beginning of line
a bellenir [Mon, 4 Jan 2016 19:48:29 +0000 (14:48 -0500)]
Merge branch 'master' of https://github.com/mikedlowis-prototypes/editor
a bellenir [Mon, 4 Jan 2016 19:48:20 +0000 (14:48 -0500)]
break cursor movement out into functions
a bellenir [Mon, 4 Jan 2016 19:31:57 +0000 (14:31 -0500)]
Merge branch 'master' of https://github.com/mikedlowis-prototypes/editor
Mike Lowis [Mon, 4 Jan 2016 14:45:35 +0000 (14:45 +0000)]
Fixed handling of blank lines with cursor
Mike Lowis [Mon, 4 Jan 2016 14:31:38 +0000 (14:31 +0000)]
Cap cursor at end of visible text of current line
Mike Lowis [Mon, 4 Jan 2016 13:25:21 +0000 (13:25 +0000)]
Implemented first-pass at horizontal scrolling with cursor
a bellenir [Sat, 2 Jan 2016 22:23:22 +0000 (17:23 -0500)]
Merge branch 'master' of https://github.com/mikedlowis-prototypes/editor
Michael D. Lowis [Sat, 2 Jan 2016 03:29:00 +0000 (22:29 -0500)]
Added a screen dirty flag to optimize screen refreshing
a bellenir [Fri, 1 Jan 2016 21:50:17 +0000 (16:50 -0500)]
rename output binary
Michael D. Lowis [Fri, 1 Jan 2016 21:33:24 +0000 (16:33 -0500)]
Switch to Pos struct
Michael D. Lowis [Fri, 1 Jan 2016 20:56:27 +0000 (15:56 -0500)]
Fixed cleanup handling
Michael D. Lowis [Fri, 1 Jan 2016 19:22:02 +0000 (14:22 -0500)]
Added movable cursor
Michael D. Lowis [Fri, 1 Jan 2016 18:00:20 +0000 (13:00 -0500)]
Implemented simple paging mechanism
Michael D. Lowis [Fri, 1 Jan 2016 16:21:55 +0000 (11:21 -0500)]
Added code to gracefully cleanup and shutdown
Michael D. Lowis [Fri, 1 Jan 2016 16:07:31 +0000 (11:07 -0500)]
Initial commit. Can read a file's contents and write it to stdout
Mike Lowis [Fri, 1 Jan 2016 15:35:23 +0000 (10:35 -0500)]
Initial commit