about summary refs log tree commit diff stats
path: root/src/display
Commit message (Collapse)AuthorAgeFilesLines
* Incremental loading of text files, etc.bptato2022-11-202-162/+143
|
* Fix weird screen shift behaviorbptato2022-11-192-8/+10
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-192-14/+16
|
* Fix table cell size calculationbptato2022-11-191-0/+1
|
* Rewrite buffer/pager for multi-processingbptato2022-11-192-375/+574
|
* Kill individual buffers' loader processes on exitbptato2022-11-092-7/+20
|
* Use separate FileLoader instance for each bufferbptato2022-11-092-4/+4
|
* Do not always assume stdin is /dev/ttybptato2022-11-092-29/+44
| | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.)
* Fix piped streamsbptato2022-10-241-1/+3
|
* Reopen tty read-only, refresh containers when switchedbptato2022-10-242-10/+16
|
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-192-554/+419
|
* WIP pagerbptato2022-10-042-21/+85
|
* Bugfixes & test JS event loopbptato2022-09-161-18/+110
|
* Tweaks/bugfixes for armbptato2022-09-141-2/+1
|
* More JS bindingsbptato2022-09-131-10/+174
|
* Add JS binding generationbptato2022-09-121-0/+591
a> 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328