about summary refs log tree commit diff stats
path: root/cpp/070display
Commit message (Collapse)AuthorAgeFilesLines
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-127/+0
| | | | | | 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.
* 1171Kartik K. Agaram2015-04-241-5/+5
| | | | | Chip away at eliminating that 'pc' reference by first throwing out the most common expression that uses it: instructions[pc].
* 1136 - switch from ncurses to https://github.com/nsf/termboxKartik K. Agaram2015-04-221-19/+44
|
* 1115 - another pass at names: console and displayKartik K. Agaram2015-04-201-0/+102
(Follow-up to 544.)