summaryrefslogtreecommitdiff
path: root/term.c
AgeCommit message (Collapse)AuthorLines
2006-10-14correctly apply combining marks in last column when auto-margins are in use.Rich Felker-0/+1
2006-10-12remove nasty hack for backwards colors in default pc/linux paletteRich Felker-5/+2
(actually it's just moved to dblbuf.c for now, but this makes it easier to remove in the future when proper color palette config is implemented.)
2006-10-10workaround broken glibc wcwidthRich Felker-1/+3
2006-10-08fbcon target: let the kernel do the key mapping for us...Rich Felker-0/+2
this made it easy to fix vc switching and window resizing, so i'm fixing those in the same commit as well.
2006-10-03first working version of uuterm!Rich Felker-0/+501
- 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. ^_^