aboutsummaryrefslogtreecommitdiffstats
path: root/posix.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-10character input: make sure we have enough bytes for a full utf8 characterLinus Torvalds1-2/+19
2012-07-10Use utf8 helper functions for keyboard inputLinus Torvalds1-49/+17
2012-07-10Split up the utf8 helper functions into a file of their ownLinus Torvalds1-18/+6
2012-07-10Remove the old utf8_mode thing.Linus Torvalds1-17/+0
2012-07-10Make the 'struct video' contain an array of unicode characters rather than bytesLinus Torvalds1-17/+18
2012-05-26Make uemacs build on FreeBSD.Naohiro Aota1-1/+1
2010-11-28uemacs: Move some constants from estruct.h to posix.cThiago Farina1-8/+15
2010-08-29uemacs: Fix return statementsPekka Enberg1-1/+1
2008-06-07Turn ESC+'[' into a CSI characterLinus Torvalds1-34/+55
2005-10-02Add support for a "utf-8" modeLinus Torvalds1-1/+94
2005-09-30More warning avoidance and code cleanupLinus Torvalds1-3/+3
2005-09-30Fix up some trivial gcc -Wall warningsLinus Torvalds1-7/+8
2005-09-30More ANSI-fication of the sourcesLinus Torvalds1-6/+6
2005-09-30Run "indent -kr -i8" on the sourcesLinus Torvalds1-16/+17
2005-05-31Initial import of em-4.0.15-ltLinus Torvalds1-0/+159