Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1273 - fix display.mu example program | Kartik K. Agaram | 2015-05-05 | 1 | -1/+10 |
| | |||||
* | 1265 | Kartik K. Agaram | 2015-05-05 | 1 | -8/+8 |
| | |||||
* | 1255 - keyboard support | Kartik K. Agaram | 2015-05-04 | 1 | -1/+29 |
| | |||||
* | 1249 - new type: index_t | Kartik K. Agaram | 2015-05-04 | 1 | -2/+2 |
| | | | | | | | | It will always be identical to size_t, just more readable, like recipe_number, etc. The various unsigned types are sizes, indices (which often compare with sizes for bounds checking), numbers which are canonical elements of a specific space (like recipes or mu types), and ids which I haven't introduced yet. | ||||
* | 1215 - relative motions for cursor | Kartik K. Agaram | 2015-04-28 | 1 | -0/+48 |
| | |||||
* | 1189 - add extensions to all layers | Kartik K. Agaram | 2015-04-24 | 1 | -0/+127 |
I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite. |