1
0
Fork 0
Commit Graph

55 Commits

Author SHA1 Message Date
Timothy Warren c0d5436c35 Fix typo in readme
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-31 08:46:33 -04:00
Timothy Warren d2a6c480a7 Cut down on repetition with ansi constants
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-30 21:22:28 -04:00
Timothy Warren 87e742af5c Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-30 21:14:45 -04:00
Timothy Warren ba99c45306 Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 21:12:40 -04:00
Timothy Warren d251362776 Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 21:11:42 -04:00
Timothy Warren 538bc79cad Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 21:01:59 -04:00
Timothy Warren 27ce51b33f Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:59:21 -04:00
Timothy Warren 060e3e841e Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:55:46 -04:00
Timothy Warren c5aded1d1c Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:52:34 -04:00
Timothy Warren 2c5eaa3291 Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:51:08 -04:00
Timothy Warren 098cbbe3ed Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:49:53 -04:00
Timothy Warren 39ebce63dc Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:47:50 -04:00
Timothy Warren ca49b44c73 More tests
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:22:11 -04:00
Timothy Warren 88d899cbbf Attempt to build with Jenkins 2021-03-30 19:42:49 -04:00
Timothy Warren 16f7f9464c Add some tests 2021-03-30 19:37:02 -04:00
Timothy Warren 7d435d1556 Non-scrolling file viewer 2021-03-30 18:43:46 -04:00
Timothy Warren 067b38c26a Open first line of a file 2021-03-30 18:29:23 -04:00
Timothy Warren b34c146aba Display a row of text 2021-03-30 18:00:06 -04:00
Timothy Warren c455562703 Simplify ascii helpers 2021-03-30 16:35:03 -04:00
Timothy Warren d8e23080fc Add readme 2021-03-30 16:29:03 -04:00
Timothy Warren f7157f9c50 Move functions to file under editor instead of their own package 2021-03-30 16:22:35 -04:00
Timothy Warren 842ab0ef49 Add start of editor row structure 2021-03-30 16:05:33 -04:00
Timothy Warren b7e4463f01 Fix movement keys, finish Kilo chapter 3 2021-03-30 15:47:42 -04:00
Timothy Warren b0c6d1b369 Break everything again 2021-03-30 15:45:13 -04:00
Timothy Warren e0b348b941 Make PageUp and PageDown work 2021-03-30 14:42:59 -04:00
Timothy Warren 4dfe797467 Make arrows work 2021-03-30 14:11:36 -04:00
Timothy Warren 5194fe1e9b Cleanup a little 2021-03-30 11:52:44 -04:00
Timothy Warren 663c4304f0 Reorganize a little bit 2021-03-26 16:18:03 -04:00
Timothy Warren f205887294 Now with universal quitting action! 2021-03-26 13:35:58 -04:00
Timothy Warren 458f94f576 Break stuff 2021-03-26 12:01:17 -04:00
Timothy Warren c02206233c Try out recover for panic calls 2021-03-25 13:55:17 -04:00
Timothy Warren 0d5f2d0fcc Read a string from stdin 2021-03-25 13:20:33 -04:00
Timothy Warren fdb34d8533 Add arrow key escape sequences 2021-03-25 13:19:22 -04:00
Timothy Warren ebf6b38a97 Move cursor with wasd keys 2021-03-25 12:46:53 -04:00
Timothy Warren ca81c5a8cf Add structs for cursor position and size 2021-03-25 12:27:48 -04:00
Timothy Warren d04b4bec84 Fewer folders, more files 2021-03-24 16:23:17 -04:00
Timothy Warren 1173818135 Display centered welcome message 2021-03-24 15:52:35 -04:00
Timothy Warren ca6e38fc51 Clear screen line by line 2021-03-24 15:20:57 -04:00
Timothy Warren bb6f7764a1 Use buffer for creating output 2021-03-24 15:09:28 -04:00
Timothy Warren 63cad6d012 Put Editor behind a constructor function 2021-03-24 14:17:29 -04:00
Timothy Warren 0902d494c5 Get terminal size two ways 2021-03-24 13:24:40 -04:00
Timothy Warren 835f550bbb Add terminal size lookup 2021-03-23 15:51:59 -04:00
Timothy Warren e8ba6825aa Draw tildes 2021-03-22 09:12:39 -04:00
Timothy Warren 94426483c6 Further cleanup main package 2021-03-19 17:39:15 -04:00
Timothy Warren eb474ddad2 check for valid terminal 2021-03-19 17:08:19 -04:00
Timothy Warren 64b7a51f69 Move logic out of main package 2021-03-19 17:03:56 -04:00
Timothy Warren 2f73596d35 Cleanup main package 2021-03-19 16:39:49 -04:00
Timothy Warren 0b05522b05 Add modules 2021-03-19 16:36:02 -04:00
Timothy Warren 1b94f7fa94 Add gitignore 2021-03-19 16:11:51 -04:00
Timothy Warren c37af9a6aa Quit with Ctrl-Q 2021-03-19 16:02:05 -04:00