summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2006-10-06fix out-of-bound memory write on first call (or after resize!)Rich Felker-7/+7
2006-10-05terminfo description for uuterm, mostly correct..?Rich Felker-0/+30
2006-10-05minimal documentationRich Felker-0/+68
2006-10-05the big UCF-font commit!Rich Felker-14/+413
still a little bit messy, but it works quite well already more to come soon.
2006-10-05use $SHELLRich Felker-1/+5
2006-10-05exit gracefully on fatal signals (with nongraceful code...signals suck!)Rich Felker-0/+17
2006-10-05cheap Fn key supportRich Felker-1/+13
2006-10-0510l mistake, caused some combining chars to corrupt badlyRich Felker-1/+1
2006-10-03control-_ was broken; hope nothing new is broken now..Rich Felker-3/+2
2006-10-03allow use of right shift/ctrl keys.. maybeRich Felker-2/+2
2006-10-03rudimentary 16bpp supportRich Felker-6/+54
2006-10-03rework the dblbuf framebuffer module's blutter heavily, based on workRich Felker-117/+29
by loren merritt. roughly 3-4 times as fast as the old code with slightly increased memory usage. still only supports 8bpp and font width of 8, for now, but the new design is more easily extended to 16bpp and 32bpp than the old one.
2006-10-03use larger buffer, same as linux kernel tty buffer it seemsRich Felker-1/+1
2006-10-03make alt+special keys workRich Felker-3/+1
2006-10-03first working version of uuterm!Rich Felker-0/+1972
- at this point it is purely experimental. only ascii characters are visible (using builtin font) although all characters are processed. - there are known bugs, including crashes. - there are major missing features. - but it works. ^_^