about summary refs log tree commit diff stats
path: root/405screen.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6946 - print floats somewhat intuitively in hexKartik Agaram2020-10-041-0/+39
|
* 6777Kartik Agaram2020-09-141-0/+15
| | | | Print answers in decimal in apps/arith.mu
* 6768 - better error messages when checking screen stateKartik Agaram2020-09-101-94/+332
|
* 6745Kartik Agaram2020-09-071-8/+300
| | | | So copypasta, much wow.
* 6744Kartik Agaram2020-09-071-10/+83
|
* 6743Kartik Agaram2020-09-071-4/+6
|
* 6742 - support for formatting in fake screensKartik Agaram2020-09-071-6/+112
| | | | | We still need a few primitives, but we can implement these as needed. I'm ready to call the fake screen done.
* 6741 - fake screen now scrolls correctlyKartik Agaram2020-09-061-10/+73
|
* 6740Kartik Agaram2020-09-061-0/+19
|
* 6739Kartik Agaram2020-09-061-9/+3
|
* 6738Kartik Agaram2020-09-061-5/+17
|
* 6737Kartik Agaram2020-09-061-10/+131
|
* 6736Kartik Agaram2020-09-021-13/+13
|
* 6735 - print unicode string to fake screenKartik Agaram2020-09-021-0/+29
|
* 6734 - first test for text-mode screen primitivesKartik Agaram2020-09-021-4/+37
|
* 6729Kartik Agaram2020-08-281-19/+25
|
* 6728 - new skeleton for screen primitivesKartik Agaram2020-08-221-1/+132
| | | | Finally this compiles.
* 6713 - move-cursor on fake screenKartik Agaram2020-08-021-0/+9
|
* snapshot: encoding code-points to utf-8Kartik Agaram2020-08-021-0/+5
| | | | | I have it partly working, but just realized I've been reversing the output bytes.
* 6708Kartik Agaram2020-08-021-0/+288