about summary refs log tree commit diff stats
path: root/src/display/window.nim
Commit message (Collapse)AuthorAgeFilesLines
* WindowAttributes: refactorbptato2023-10-191-54/+0
| | | | | | * rename module (window -> winattrs, to avoid conflict with env/window) * do not use result * remove unused cell_ratio
* move around more modulesbptato2023-09-141-0/+54
* ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/