| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor: delete duplicate utf8-functionality | dundargoc | 2025-01-13 |
| | | | | | | | | | | | | | Also remove British National Replacement Character Set. We keep the DEC Special Graphics and ASCII despite it not being unicode as some old software such as calcurse still rely on this functionality. References: - https://github.com/neovim/neovim/pull/31934#discussion_r1911046426 - https://en.wikipedia.org/wiki/DEC_Special_Graphics - https://vt100.net/docs/vt220-rm/chapter2.html#S2.4.3 | ||
| * | refactor: adopt vterm | dundargoc | 2025-01-07 |
| We have changed too much to consider it a mere bundled dependency (such as unicode handling in e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d), and can consider it our own at this point. | |||