From d26766c4c4015990703e84e8136f96d222edbc97 Mon Sep 17 00:00:00 2001 From: bptato Date: Thu, 14 Mar 2024 20:57:45 +0100 Subject: Move around some modules * extern -> gone, runproc absorbed by pager, others moved into io/ * display -> local/ (where else would we display?) * xhr -> html/ * move out WindowAttributes from term, so we don't depend on local from server --- src/types/winattrs.nim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/types/winattrs.nim (limited to 'src/types') diff --git a/src/types/winattrs.nim b/src/types/winattrs.nim new file mode 100644 index 00000000..7d9e0218 --- /dev/null +++ b/src/types/winattrs.nim @@ -0,0 +1,7 @@ +type WindowAttributes* = object + width*: int + height*: int + ppc*: int # cell width + ppl*: int # cell height + width_px*: int + height_px*: int -- cgit 1.4.1-2-gfad0