gilo/editor
Timothy J. Warren bd9a07feed
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good
Finish kilo chapter 4, text viewer
2021-04-01 13:25:59 -04:00
..
buffer_test.go More test coverage 2021-04-01 13:00:58 -04:00
buffer.go Move file-specific logic to a document struct 2021-04-01 12:02:17 -04:00
constants.go Fix some offset errors for cursor operations 2021-03-31 14:32:43 -04:00
document_test.go Move file-specific logic to a document struct 2021-04-01 12:02:17 -04:00
document.go Move file-specific logic to a document struct 2021-04-01 12:02:17 -04:00
draw.go Finish kilo chapter 4, text viewer 2021-04-01 13:25:59 -04:00
editor_test.go Move file-specific logic to a document struct 2021-04-01 12:02:17 -04:00
editor.go Finish kilo chapter 4, text viewer 2021-04-01 13:25:59 -04:00
fn_test.go More tests 2021-03-30 20:22:11 -04:00
fn.go More tests 2021-03-30 20:22:11 -04:00
keymap.go Move functions to file under editor instead of their own package 2021-03-30 16:22:35 -04:00
row_test.go Add more tests 2021-03-31 19:17:04 -04:00
row.go Handle rendering tabs 2021-03-31 14:56:46 -04:00