https://github.com/JuliaLang/julia
Revision da8a441137797613aee9fe47d7f66a3e25ddcff8 authored by tecosaur on 06 February 2024, 16:11:32 UTC, committed by GitHub on 06 February 2024, 16:11:32 UTC
This bundles up the following changes:

- Rejiged TermInfo struct
- Read the extended terminfo table using the same method as the
  non-extended table
- Use signed integer types for most numeric values, as per term(5)
- More robust get(::TermInfo, ...) methods
- Better match the terminfo(5) "Fetching Compiled Descriptions" behaviour
1 parent 94fd312
Raw File
Tip revision: da8a441137797613aee9fe47d7f66a3e25ddcff8 authored by tecosaur on 06 February 2024, 16:11:32 UTC
Improved terminfo parser (#51198)
Tip revision: da8a441
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top