about summary refs log tree commit diff stats
path: root/src/io/term.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect canvas width and whitespace bugsbptato2022-01-231-2/+3
|
* Use pixels as the base unit for the layoutbptato2022-01-231-3/+3
|
* Consider cell ratio when calculating lengthsbptato2022-01-231-2/+5
|
* Honestly I'm not sure what I added here...bptato2021-12-211-2/+2
|
* Length unit fixesbptato2021-12-151-0/+6
|
* Bugfixes & documentationbptato2021-11-201-3/+0
|
* Store pixels per character/rowbptato2021-11-141-5/+22
|
* Implement new buffer model which supports X coordsbptato2021-08-051-0/+14
...also, one can kinda use this as a file viewer now I guess