about summary refs log tree commit diff stats
path: root/src/display/winattrs.nim
Commit message (Collapse)AuthorAgeFilesLines
* winattrs: remove unnecessary call, fix height_px fallbackbptato2024-02-171-1/+1
| | | | no need for every new buffer to query the window size
* Remove std/terminal dependencybptato2024-01-171-39/+35
| | | | It is mostly unnecessary, and conflicts with our use of termcap anyway.
* Use std/* imports everywherebptato2024-01-071-2/+2
|
* WindowAttributes: refactorbptato2023-10-191-0/+62
* rename module (window -> winattrs, to avoid conflict with env/window) * do not use result * remove unused cell_ratio