0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor improvements for subjoined nga More... almost 18 years ago
omit uuterm-fb so the default makefile is portable More... about 18 years ago
better/simpler zla stack for tibetan font More... about 18 years ago
1000l: key table was global var rather than static const More... about 18 years ago
100l: wrong placement of const created a data segment More... about 18 years ago
include the ucf font compiler and the ytty font in uuterm repository, incorporating a simple nonrecursive build system for the font. More... about 18 years ago
updated docs More... about 18 years ago
updates to decomposition data: - support single-replacement decompositions (legacy chars like angstrom) - correct for mandatory replacements wrongly marked <compat> in ucd - include newly added characters in the tables - omit presentation forms/cjk compat block for the time being More... about 18 years ago
move generated data to its own file More... about 18 years ago
lame partial support for input methods that give long input strings More... over 18 years ago
minimally working input method support! More... over 18 years ago
updated combining table for new characters More... over 18 years ago
ligature support More... almost 19 years ago
somehow i clobbered this info last time i updated the docs.. More... almost 19 years ago
maybe not quite correct, but this fixes some major automargin-related glitches (automargin flag was cleared on all escapes, not just ones that move the cursor). More... almost 19 years ago
100l: i had omitted korean from combining table since it wasn't flagged in the u**codedata file. special-casing it like this seems more logical than adding a huge list of combing chars to the already-large table but i may reconsider eventually. More... about 19 years ago
additions to the decomposition table. these are _not_ u**code nfd equivalences but rather workarounds for the fact that the fools who added the greek extension block to unicode didn't know greek and didn't know they were duplicating existing characters. u**code stability policy makes it impossible to fix this stupid stupid mistake so i'll just maintain a table of corrections. More... about 19 years ago
use combining _, not ascii _, for underline More... about 19 years ago
100l: forgot to add this with the uucell overhaul More... about 19 years ago
major internal changes in representation of character cells. More... about 19 years ago
no need to check this More... about 19 years ago
10l: multiple-free! More... about 19 years ago
basic, primitive paste support. it is blatently incorrect for non-utf8 locales, and will also fail when the selection owner cannot provide utf-8 encoded text. much more support code is needed, but at least this is a start. More... about 19 years ago
stupid omission; still a glitch though..? More... about 19 years ago
additional indic notes in readme More... about 19 years ago
major changes to input handling in preparation for pasting, which will require support for large blocks of input: More... about 19 years ago
returning in the child process is a very bad idea! More... about 19 years ago
hey at least it looks better.. real palette config coming soon More... about 19 years ago
mistaken line left over from old code More... about 19 years ago
don't know if this is a bug somewhere else, but for whatever reason i was getting non-null-terminated strings sometime?! More... about 19 years ago