From 6c7f7abdb867084f1e7555105cfa140eae4f6372 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 29 Jun 2020 19:16:36 -0700 Subject: 6600 --- prototypes/browse/23-multiple-pages/file-state.mu | 2 +- prototypes/browse/23-multiple-pages/screen-position-state.mu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'prototypes/browse/23-multiple-pages') diff --git a/prototypes/browse/23-multiple-pages/file-state.mu b/prototypes/browse/23-multiple-pages/file-state.mu index 35f40229..0047b2c0 100644 --- a/prototypes/browse/23-multiple-pages/file-state.mu +++ b/prototypes/browse/23-multiple-pages/file-state.mu @@ -39,6 +39,6 @@ fn dump in: (addr buffered-file) { var c/eax: byte <- read-byte-buffered in compare c, 0xffffffff # EOF marker break-if-= - print-byte c + print-byte-to-screen c loop } diff --git a/prototypes/browse/23-multiple-pages/screen-position-state.mu b/prototypes/browse/23-multiple-pages/screen-position-state.mu index 62161108..41ad877d 100644 --- a/prototypes/browse/23-multiple-pages/screen-position-state.mu +++ b/prototypes/browse/23-multiple-pages/screen-position-state.mu @@ -71,7 +71,7 @@ $add-char:body: { break $add-char:body } # print c - print-byte c + print-byte-to-screen c # self->col++ var tmp/eax: (addr int) <- get self, col increment *tmp -- cgit 1.4.1-2-gfad0 i/profani-tty/log/tests/unittests/test_contact.c'>log blame commit diff stats
path: root/tests/unittests/test_contact.c
blob: cad88907d7d6aa9d4d7a986da1e6003a63030b39 (plain) (tree)