about summary refs log tree commit diff stats
path: root/src/render/rendertext.nim
Commit message (Expand)AuthorAgeFilesLines
* move around more modulesbptato2023-09-141-1/+1
* Move charsets into chakasubptato2023-08-141-2/+3
* rendertext: do not rewind if no other charsets are availablebptato2023-06-251-1/+1
* Add display/output encodingbptato2023-05-191-0/+2
* Refactor config, add charset optsbptato2023-05-161-3/+30
* rendertext: fix format position for non-asciibptato2023-01-011-1/+5
* rendertext: fix ansi escape regressionbptato2022-12-281-0/+1
* Proper support for tabsbptato2022-12-271-15/+1
* rendertext: fix tab widthbptato2022-12-271-8/+7
* rendertext: fix tab weirdnessbptato2022-12-251-10/+8
* Add unicode normalization, etcbptato2022-12-191-3/+0
* Remove obsolete renderPlainText procbptato2022-12-151-42/+0
* Fix console display bugs, add container.locationbptato2022-12-151-1/+6
* rendertext, color: fix escape codesbptato2022-12-141-0/+1
* Fix decoder bugs, move decoder to encoding/bptato2022-12-101-1/+1
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-32/+43
* Remove unused twtstr functionsbptato2022-12-051-2/+2
* Fix some regressions, add loading progress barbptato2022-11-271-21/+31
* Buffer improvementsbptato2022-11-251-11/+13
* Fix tab renderingbptato2022-11-221-2/+20
* Rewrite buffer/pager for multi-processingbptato2022-11-191-1/+1
* Reduce formatting complexitybptato2022-02-191-2/+2
* Implement paddingbptato2022-01-261-2/+2
* Basic content type implementationbptato2021-12-261-3/+8
* Proper URL handlingbptato2021-12-261-16/+42
* Refactor buffer rendering proceduresbptato2021-12-231-0/+40
d='n81' href='#n81'>81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156