Commit Graph

13 Commits

Author SHA1 Message Date
Kartik K. Agaram 6e05a8fa27 fix bad terminology: grapheme -> code point
Unix text-mode terminals transparently support utf-8 these days, and so
I treat utf-8 sequences (which I call graphemes in Mu) as fundamental.

I then blindly carried over this state of affairs to bare-metal Mu,
where it makes no sense. If you don't have a terminal handling
font-rendering for you, fonts are most often indexed by code points and
not utf-8 sequences.
2021-08-29 22:20:09 -07:00
Kartik K. Agaram bc859a7ca4 . 2021-08-28 22:57:22 -07:00
Kartik K. Agaram e2f18e8866 shell: literal images 2021-07-28 23:28:29 -07:00
Kartik K. Agaram 267c74b59a shell: render image from pbm data stream 2021-07-27 22:38:26 -07:00
Kartik K. Agaram 96c217ab1c . 2021-07-16 08:48:40 -07:00
Kartik K. Agaram c26aef11b7 grow a few buffers until shell/ loads 2021-05-15 07:49:12 -07:00
Kartik K. Agaram a577c7fcb0 . 2021-05-15 00:16:04 -07:00
Kartik K. Agaram 2d4fb39dac print call stack on abort 2021-05-15 00:09:38 -07:00
Kartik K. Agaram 858fe603a5 look up debug info from call stack on abort 2021-05-14 23:28:44 -07:00
Kartik K. Agaram eb26052b91 parse debug info on abort 2021-05-14 22:42:55 -07:00
Kartik K. Agaram 56c9248109 load debug info from disk on abort 2021-05-14 21:51:47 -07:00
Kartik K. Agaram 73744d098c dump addresses of call stack on abort 2021-05-14 20:52:27 -07:00
Kartik K. Agaram adc92f49dc .
Move abort to SubX. We'll need to do some unsafe stuff to display the call
stack here.
2021-05-14 15:40:49 -07:00