Commit Graph

25 Commits

Author SHA1 Message Date
Kartik Agaram 3ff2e99c0b 7272 - snapshot: printing floats in decimal
I've made some progress to where I can print whole integers right. But
this whole approach of mixing decimals with binary exponents is going to
be super confusing. I need to bite the bullet and just use decimal exponents.
2020-11-25 23:01:17 -08:00
Kartik Agaram abba997d1b 7197 - tile: render screen contents and cursor 2020-11-06 16:05:33 -08:00
Kartik Agaram da791479a0 7165
All tasks of https://github.com/akkartik/mu/issues/45#issuecomment-719990879
should now be complete.
2020-11-03 14:04:35 -08:00
Kartik Agaram 951c3f4c92 7158 2020-11-02 00:07:07 -08:00
Kartik Agaram 2d7960d493 7106 - tile: arrays of ints 2020-10-25 21:15:43 -07:00
Kartik Agaram b8d613e7c2 6946 - print floats somewhat intuitively in hex 2020-10-04 11:18:23 -07:00
Kartik Agaram 6b41ca6d95 6777
Print answers in decimal in apps/arith.mu
2020-09-14 21:14:04 -07:00
Kartik Agaram 094b33c107 6768 - better error messages when checking screen state 2020-09-10 21:44:29 -07:00
Kartik Agaram a0430d5807 6745
So copypasta, much wow.
2020-09-07 16:27:25 -07:00
Kartik Agaram 31aa22c188 6744 2020-09-07 16:11:26 -07:00
Kartik Agaram b432689690 6743 2020-09-07 16:02:28 -07:00
Kartik Agaram 5462619d96 6742 - support for formatting in fake screens
We still need a few primitives, but we can implement these as needed. I'm
ready to call the fake screen done.
2020-09-07 14:18:48 -07:00
Kartik Agaram 9f293fef05 6741 - fake screen now scrolls correctly 2020-09-06 22:45:43 -07:00
Kartik Agaram 05b9b2ab9c 6740 2020-09-06 22:06:12 -07:00
Kartik Agaram 454e345e49 6739 2020-09-06 21:55:11 -07:00
Kartik Agaram eaf95be101 6738 2020-09-06 21:39:05 -07:00
Kartik Agaram 742bbf27f7 6737 2020-09-06 21:36:05 -07:00
Kartik Agaram 58a70a38cf 6736 2020-09-02 21:50:12 -07:00
Kartik Agaram 150f2bce23 6735 - print unicode string to fake screen 2020-09-02 21:48:26 -07:00
Kartik Agaram 6c54814131 6734 - first test for text-mode screen primitives 2020-09-02 21:27:41 -07:00
Kartik Agaram ddea9a73e2 6729 2020-08-28 21:57:06 -07:00
Kartik Agaram 6358afc5c1 6728 - new skeleton for screen primitives
Finally this compiles.
2020-08-22 14:44:01 -07:00
Kartik Agaram 75bdc0ad5b 6713 - move-cursor on fake screen 2020-08-02 21:19:16 -07:00
Kartik Agaram ea2d44bdef snapshot: encoding code-points to utf-8
I have it partly working, but just realized I've been reversing the output
bytes.
2020-08-02 20:14:50 -07:00
Kartik Agaram 9ee9f37dc7 6708 2020-08-02 17:45:46 -07:00