aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 23:29:26 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 23:29:26 -0300
commit204508bd0db9ac4e4c43798a56f67157c7fc07bc (patch)
tree4f0c60a94062561bdb83b65e6f4f1601576fc905 /README.md
parenta988ce965c929a939e925882209215a94be4d5f8 (diff)
formatting pass
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c571a2..89ca3f1 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This branch contains a bare-bones version of rosenrot, a webkit and gtk based br
- similar in many ways to the [original version of rose](https://github.com/mini-rose/rose-browser/tree/60173b6f5b562861b11dea17e3869ad6c3462bbb/src).
- But with the up to date libwebkit2gtk-4.1!
- compilable with [tcc](https://bellard.org/tcc/)! (also with gcc/clang)
-- *One c file*, 390 lines (~356 excluding comments)
+- *One c file*, 320 lines (~256 excluding comments & extraneous newlines)
- Still some minimal niceties: zoom, parsing more than one url from the command line, max number of tabs, plenty of shortcuts.
- Missing many quality of life features
- Meant for developers seeking to understand or replicate rosenrot