about summary refs log tree commit diff stats
path: root/src/io
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-12-05 19:55:13 +0100
committerbptato <nincsnevem662@gmail.com>2021-12-05 19:55:13 +0100
commit31117cad22df103f84cfbe97dff08debcde72a66 (patch)
tree5f9e4b0515e63e953758fe10da9fc52d45171e0f /src/io
parent0f9c94abf5ff9e4f2ce4d8d49424c9458bbf6229 (diff)
downloadchawan-31117cad22df103f84cfbe97dff08debcde72a66.tar.gz
Change configuration format to toml
Diffstat (limited to 'src/io')
-rw-r--r--src/io/buffer.nim2
-rw-r--r--src/io/pipe.nim0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/io/buffer.nim b/src/io/buffer.nim
index 36700e12..18e4a3d6 100644
--- a/src/io/buffer.nim
+++ b/src/io/buffer.nim
@@ -719,7 +719,7 @@ proc renderPlainText*(buffer: Buffer, text: string) =
   buffer.updateCursor()
 
 
-const css = staticRead"res/default.css"
+const css = staticRead"res/ua.css"
 let ua_stylesheet = newStringStream(css).parseStylesheet()
 
 #TODO refactor
diff --git a/src/io/pipe.nim b/src/io/pipe.nim
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/io/pipe.nim